Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Excel preview
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00864705
Message ID:
00864729
Views:
19
Marc:

Probably you are talking about this:
ObjExcel = createOBJECT("Excel.Application")
with ObjExcel
	.DisplayAlerts = .f.
	.Workbooks.Open("c:\book1.xls")
	.Activewindow.WindowState=-4140		&&Mimimized
	.Visible=.t.
	.activesheet.printpreview(.f.)		&& no changes allowed
	.Visible=.f.
ENDWITH

=messagebox('Press Ok to continue')

ObjExcel.quit
ObjExcel=.NULL.
release Objexcel
>How to see the Excel preview directly , without seeing the books.
>Is this possible??
Previous
Reply
Map
View

Click here to load this message in the networking platform