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

I see another question has been asked about screen sizing, but the
suggestions to that user just doesn't seem to work for me, can somebody help
me. I have tried as suggested in that other question [set rng =
ActiveWindow.VisibleRange], but all I get is an error.

So here is what I'm trying to do. I have several sheets that have columns
that extend outside of the screen width. I would like all columns to be
seen.

Any help would be appreciated.

Steve
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Worksheet Sizing

select the area you want to display

Worksheets("Sheet1").Select
Range("A1:M30").Select
ActiveWindow.Zoom = True

Excel will do the best it can to fit that in the visiblerange.

--
Regards,
Tom Ogilvy

"caldog" wrote in message
...
I see another question has been asked about screen sizing, but the
suggestions to that user just doesn't seem to work for me, can somebody

help
me. I have tried as suggested in that other question [set rng =
ActiveWindow.VisibleRange], but all I get is an error.

So here is what I'm trying to do. I have several sheets that have columns
that extend outside of the screen width. I would like all columns to be
seen.

Any help would be appreciated.

Steve



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
Worksheet print sizing/scaling without impacting a logo image Carrie Cloud Excel Worksheet Functions 2 November 6th 09 06:13 AM
Name Box sizing KenInPortland Excel Discussion (Misc queries) 1 December 21st 05 08:15 PM
Row Sizing Mike@ACM Excel Discussion (Misc queries) 2 July 16th 05 04:04 AM
Sizing a Picture (a .gif) to fill a worksheet, for any resolution Charles Jordan Excel Programming 0 April 13th 04 06:47 PM
Sizing Comments Tom Ulincy[_2_] Excel Programming 2 December 8th 03 11:25 PM


All times are GMT +1. The time now is 02:58 AM.

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

About Us

"It's about Microsoft Excel"