Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sometimes I issue the command:
With ActiveSheet.PageSetup .FitToPagesWide = 1 ....etc... end with And the Pages Wide is more than 1. Any Ideas why this happens? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Make sure you include the .zoom = false:
.Zoom = False .FitToPagesWide = 1 .FitToPagesTall = 1 Mike H. wrote: Sometimes I issue the command: With ActiveSheet.PageSetup .FitToPagesWide = 1 ...etc... end with And the Pages Wide is more than 1. Any Ideas why this happens? -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
* * * * .Zoom = False
* * * * .FitToPagesWide = 1 * * * * .FitToPagesTall = False If you make the pages tall false, it will keep it to 1 page wide regardless of the number of pages tall. Cliff Edwards |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Cannot get VBA to Change PageSetup.FitToPagesWide = 1 | Excel Discussion (Misc queries) | |||
FitToPagesWide | Excel Programming | |||
read ZOOM after setting FitToPagesWide in pagesetup | Excel Programming | |||
read ZOOM after setting FitToPagesWide in pagesetup | Excel Programming |