Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Making a report in Excell
Message
From
04/06/1999 10:43:34
Guy Beuls
BeuCoSoft bvba
Beerse, Belgium
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
Making a report in Excell
Miscellaneous
Thread ID:
00226518
Message ID:
00226518
Views:
65
I would like to make a report in Excell while using VFP

I record a macro in Excel, look at the code, just copy then and
put the objectreferent to it

Like:
oleApp=Createobject("Excell Application")
oleApp.Visible= .T.
oleApp.<<<>>>
etc.

Only there is 1 problem : excell uses 'Class' wich are usefull to address (no problem); but also uses 'Enum'. Example Constants.xlRight (I've seen that xlRight is used when I right-align some text)

How can I address / use this info ?

TIA
Guy Beuls
Next
Reply
Map
View

Click here to load this message in the networking platform