MikeFellows
New member
I have a vb.net app that puts a larga amount of data into an excel spreadsheet. I need to be able to print the document in landscape view and I am unable to do so.
Im currently printingand closing the app using:
excel_app.activeworkbook.printout()
excel_app.ActiveWorkbook.Close(False)
but obviously this only prints in portrait - is there a simple wasy to do this?
Regards
Michael Fellows
Im currently printingand closing the app using:
excel_app.activeworkbook.printout()
excel_app.ActiveWorkbook.Close(False)
but obviously this only prints in portrait - is there a simple wasy to do this?
Regards
Michael Fellows