Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 493
Default Macro Prompt for Zoom size

I use Excel 2000 and have several worksheets that run on several computers.
The screen pixel size tends to vary with users, so for some users my
worksheets will spill over the screen. How would a macro be written that
prompts the user for a zoom % so they can change the worksheet view w/o
having to go through the command steps. I use buttons for my macros, but do
not know VB.

Alex
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,939
Default Macro Prompt for Zoom size

This would probably be the easiest... Add this line to a macro

Application.Dialogs(xlDialogZoom).Show
--
HTH...

Jim Thomlinson


"Alex" wrote:

I use Excel 2000 and have several worksheets that run on several computers.
The screen pixel size tends to vary with users, so for some users my
worksheets will spill over the screen. How would a macro be written that
prompts the user for a zoom % so they can change the worksheet view w/o
having to go through the command steps. I use buttons for my macros, but do
not know VB.

Alex

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 493
Default Macro Prompt for Zoom size

Thank you very much, it works great. I knew there had to be a simple way,
didn't think 1 code line would do it though. :)

Alex

"Jim Thomlinson" wrote:

This would probably be the easiest... Add this line to a macro

Application.Dialogs(xlDialogZoom).Show
--
HTH...

Jim Thomlinson


"Alex" wrote:

I use Excel 2000 and have several worksheets that run on several computers.
The screen pixel size tends to vary with users, so for some users my
worksheets will spill over the screen. How would a macro be written that
prompts the user for a zoom % so they can change the worksheet view w/o
having to go through the command steps. I use buttons for my macros, but do
not know VB.

Alex

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
Macro to Sum Arrays of Various Size ConfusedNHouston Excel Discussion (Misc queries) 4 October 12th 06 03:03 PM
how do I email amacro? leo Excel Worksheet Functions 24 August 9th 06 02:47 PM
Running macro x # of times with a prompt Redskinsfan Excel Worksheet Functions 6 August 8th 06 06:46 PM
Compiling macro based on cell values simonsmith Excel Discussion (Misc queries) 1 May 16th 06 08:31 PM
Search, Copy, Paste Macro in Excel [email protected] Excel Worksheet Functions 0 January 3rd 06 06:51 PM


All times are GMT +1. The time now is 09:01 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"