Guest_imported
New member
- Jan 1, 1970
- 0
I want to change the page orientation for an Excel sheet from VB6 (using . I've done that before but i can't seem to find the right object...
can anyone help me?
XLApp.Range("C:ZZ"
.EntireColumn.AutoFit
'''''change to landscape here'''''
XLApp.ActiveWorkbook.PrintPreview
can anyone help me?
XLApp.Range("C:ZZ"

'''''change to landscape here'''''
XLApp.ActiveWorkbook.PrintPreview