Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Commonly misused and abused VFP features
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00310951
Message ID:
00311158
Views:
36
>Again, If the sapplication needs to ahve access to teh excel object from all
>over the place then create the variable in the startup program;
>
>
>* Startup program
>PRIVATE oExcel
>oExcel = NULL
>
>
>Then when you need it you can;
>
>
>IF TYPE("oExcel.Name") <> "C"
>   oExcel =- CreateObject("Excel.Application")
>ENDIF
>
Duh. Thanks. I would have done it John's way, most likely...
My blog
My consulting page
My home page

Member of the Trim Your Auto-Quote Campaign!
What's another word for thesaurus?
Previous
Reply
Map
View

Click here to load this message in the networking platform