Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Open Excel after Copy to XLS
Message
From
04/02/2010 12:48:13
 
 
To
04/02/2010 12:21:19
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
01447539
Message ID:
01447565
Views:
52
>>Is there an easy way to open excel automatically after a file is created using copy to xls?
>>
>>thanks
>
>lcFile = "yourfilename"
>oWSH = CREATEOBJECT("wscript.shell")
>
>oWSH.Run("Excel" + " " + lcFile, 3, .T.)

that worked very nicely. Thanks
Previous
Reply
Map
View

Click here to load this message in the networking platform