Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Setting Activesheet in Excel
Message
From
25/09/2002 09:13:07
 
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00703696
Message ID:
00704181
Views:
16
Thanks Alexander! One more question. Using the example that you sent in my original message:

For Each ws in oApp.Worksheets
ws.Activate()
EndFor

How do I incorporate that into the following code? Just wanted this for future reference. I'm new to automation and I'm confused as I'm not sure where the reference of the object "ws." fits in below.

oExcel = createobject('Excel.Application')
oExcel.Workbooks.Open(getFile('xls'))
oexcel.ActiveWorkbook.ActiveSheet.Range("A1:H120").Copy
lcData = _cliptext
oexcel.quit

>oXL.ActiveWorkbook.Worksheets.Count
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform