Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 471
Default FitToPagesWide

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default FitToPagesWide

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 360
Default FitToPagesWide

* * * * .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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Cannot get VBA to Change PageSetup.FitToPagesWide = 1 EagleOne@microsoftdiscussiongroups[_2_] Excel Discussion (Misc queries) 6 April 26th 23 11:46 AM
FitToPagesWide Jérémie Gent Excel Programming 1 March 9th 06 03:20 PM
read ZOOM after setting FitToPagesWide in pagesetup Dave Peterson[_3_] Excel Programming 1 September 3rd 03 11:45 AM
read ZOOM after setting FitToPagesWide in pagesetup richard daniels Excel Programming 1 September 2nd 03 02:07 PM


All times are GMT +1. The time now is 07:39 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"