Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Open Excel sheet
Message
From
23/11/2004 06:49:05
 
 
To
23/11/2004 06:13:58
Jon Neale
Bond International Software
Wootton Bassett, United Kingdom
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00963741
Message ID:
00963772
Views:
8
hi,
thank you very much,it works.

but can i open somthing as winword,html,xml...
via same code as under..
local lcXLSFile,lcTemp
lcXLSFile = GETFILE() && allow user to find file hard code if you know where it is 

#define xlRangeAutoFormatColor2 8
oExcel = createobject("Excel.Application")
createobject(oExcel[, Excel, Winword , Html , Xml].Application)
with oExcel
.WorkBooks.Open(m.lcXLSFile)
.Visible = .T.
endwith
thanks.
best regards.
m.qasem
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform