.ActiveDocument.PageSetup.Orientation = wdOrientLandscape
.ActiveDocument.SaveAs Filename:=Ydesktop
This code convert worksheet to landscape and saves as word document.
I want to add another line of code to save as legal
I thought this might work
.ActiveDocument.PageSetup.Size= wdSizeLegal
But it doesn't
Any suggestions much appreciated
|