Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Orientation when printing in excel
Message
 
 
To
28/03/2006 14:19:34
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01108528
Message ID:
01108532
Views:
14
This message has been marked as the solution to the initial question of the thread.
  .Orientation = xlLandscape
>When generating an excel sheet, my group of command is like this:
>
> With .ActiveSheet.PageSetup
> .PrintTitleRows = "$1:$6"
> .PrintTitleColumns = ""
> .TopMargin = 0.5 &&
> .BottomMargin = 0.5 &&
> .LeftMargin = 0.5 &&
> .RightMargin = 0.5 &&
> EndWith
>
>How can I define the orientation when printing?... (Horizontal)
>Thanks in advance
>Carlos Burgos
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform