Jump to content

set landscape orientation in excel


Recommended Posts

hi,

can i set the page setup Orientation after excel creation and before write text in cells?

CODE
$oExcel = _ExcelBookNew(0)

_ExcelColWidthSet($oExcel,1,15)

_ExcelColWidthSet($oExcel,2,15)

_ExcelColWidthSet($oExcel,3,15)

_ExcelColWidthSet($oExcel,4,15)

_ExcelColWidthSet($oExcel,5,20)

_ExcelColWidthSet($oExcel,6,20)

_ExcelColWidthSet($oExcel,7,20)

_ExcelFontSetProperties($oExcel, 1, 1, 1, 7, TRUE, False, False)

; set landscape

_ExcelWriteCell($oExcel,"DATE",1,1)

Thanks

Link to comment
Share on other sites

Well, I started to use autoit just 2 weeks ago and I don't know VBA. I found the command xlLandscape, but I'm not able to convert from vba to autoit.

Please, help me, thanks

ok, i found the problem, i forgot to specify Activesheet!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...