How can i set the pageOrientation of my sheet to be landscape, instead of portraid, and how do i also move the page break further to the right so that my entire sheet can be printed width-wise on a landscape configuration?
to start my excel object i did:
dim excelSheet as object
set excelsheet...
Is there a way to set excel's cell padding size?
right now the access to my sheet is:
Dim ExcelSheet As Object
Set ExcelSheet = CreateObject("Excel.Sheet")
and i'm setting stuff through:
excelsheet.application.cells(...).property
or through a range of cells.
How do i open a pre-existing excel file (*.xls) using VBA in microsoft Access?
When i try to use
dim workbook as Excel.Workbook
i am getting an error, so i therefore cannot use any of the code i have found on the web. Any suggestions?
Any help is much appreciated! Thanks in advance
--whit
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.