Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create a Excel file ?
Message
From
20/02/2001 03:53:55
 
 
To
19/02/2001 19:10:31
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00477104
Message ID:
00477533
Views:
29
Hi, Alex

i have problem again, my program as bleow :-

**********
EXCEL_FILE= CREATEOBJECT("EXCEL.SHEET")
*EXCEL_FILE.APPLICATION.VISIBLE = .T.
EXCEL_FILE.APPLICATION.SHEETS("Time Sheet").SELECT
MUSER_NO = EXCEL_FILE.APPLICATION.CELLS(1,1).VALUE
WITH EXCEL_FILE.APPLICATION
.ACTIVEWORKBOOK.SAVE() && <-----[[[ERROR]]]
.WORKBOOKS.CLOSE()
.QUIT()
ENDWITH
***********

the system will get error at .ACTIVEWORKBOOK.SAVE()
and the message is "Member ACTIVEWORKBOOK does not evaluate to an object"
i don't know why ???

IT IS WORK BEFORE..... BUT I DON'T WHY IT HAS PROBLEM, TODAY !!!!!


Thank a lot
Previous
Reply
Map
View

Click here to load this message in the networking platform