Hello People,
i have a problem with OLE. Can someone help me?
I want set the FitToPagesTall and FitToPagesWide property of the PageSetup Object to 1 and 100. Also i had to set the Zoom Property to False.
SET PROPERTY OF obj_xls_pagesetup 'Zoom' = 'False'. SET PROPERTY OF obj_xls_pagesetup 'FitToPagesWide' = '1'. SET PROPERTY OF obj_xls_pagesetup 'FitToPagesTall' = '100'.
But this code do nothing. In the VBA Editor runs it.
Thank you for your help.
Greetings
Alex