Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Excel print preview ??
Message
From
12/02/2004 14:58:57
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Excel print preview ??
Miscellaneous
Thread ID:
00876816
Message ID:
00876816
Views:
52
Hi I want to switch excel to print preview insetad of the normal view
the following sample code hangs on the printpreview line?
LOCAL o as excel.application
o=CREATEOBJECT('excel.application')

o.Workbooks.Open('G:\vAppsNew\vCPR3\DocDir\ExcelTemplates\ChartofAccountsTemplate.xls')
oRange=o.Range("A6:E6")

o.ActiveSheet.paste()
*delete table headers
o.Range("A6").EntireRow.Delete()
o.activeWorkbook.SaveAs("PeterCortielAccount")
*o.ActiveWindow.SelectedSheets.PrintPreview()
o.Visible=.t.
any ideas why


Thanks

Peter
Peter Cortiel
Next
Reply
Map
View

Click here to load this message in the networking platform