Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Open Excel after Copy to XLS
Message
From
04/02/2010 12:21:19
 
 
To
04/02/2010 12:06:48
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
01447539
Message ID:
01447551
Views:
67
>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.)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform