Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro to Sum Arrays of Various Size | Excel Discussion (Misc queries) | |||
how do I email amacro? | Excel Worksheet Functions | |||
Running macro x # of times with a prompt | Excel Worksheet Functions | |||
Compiling macro based on cell values | Excel Discussion (Misc queries) | |||
Search, Copy, Paste Macro in Excel | Excel Worksheet Functions |