Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is it possible to have zoom command to allow me to see more (width) of the
code than currently set as the MS default? I am thinking along similar lines as I can zoom in and out of a worksheet. Thanks |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
There is no "Zoom" for the VBA editor. To see more of your code, here are
the options I can think of: 1) rearrange your VBA editor windows; close all except the code pane if necessary 2) Under Tools, Options..., Editor Format change the font to a smaller size 3) (my preferred method) Print out your code so you can read it all -- - K Dales "tcbootneck" wrote: Is it possible to have zoom command to allow me to see more (width) of the code than currently set as the MS default? I am thinking along similar lines as I can zoom in and out of a worksheet. Thanks |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks
Knew about those and the change font does the trick. Just thinking there may have been a 'cleverer way' Thanks again "K Dales" wrote: There is no "Zoom" for the VBA editor. To see more of your code, here are the options I can think of: 1) rearrange your VBA editor windows; close all except the code pane if necessary 2) Under Tools, Options..., Editor Format change the font to a smaller size 3) (my preferred method) Print out your code so you can read it all -- - K Dales "tcbootneck" wrote: Is it possible to have zoom command to allow me to see more (width) of the code than currently set as the MS default? I am thinking along similar lines as I can zoom in and out of a worksheet. Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Please help! Print Preview Zoom is Grayed Out...Doesn't zoom. | Excel Discussion (Misc queries) | |||
zoom | Excel Programming | |||
[URGENT]How to mimic the toolbar zoom button from code | Excel Programming | |||
Need Code to Set Scaling Zoom in PageSetup in Auto_Open Sub | Excel Programming |