Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Office Automation - Excel
Message
From
08/11/2004 15:06:45
 
 
To
05/11/2004 12:30:38
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00958574
Message ID:
00959331
Views:
8
Tod, this works for me:
m1 = createobject("Excel.Application")
oWorkB = m1.Workbooks.Add
oWorkS1 = oWorkB.WorkSheets.Add()
workSheetName = "What Ever Name You Want"
oWorkS1.Name = workSheetName
m1.Visible = .t.
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Reply
Map
View

Click here to load this message in the networking platform