Home » Category » Microsoft Excel

Microsoft Excel: Zoom - VBA Code

204| Sat, 07 Jun 2008 21:08:00 GMT| tcbootneck| Comments (2)
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

Keywords & Tags: zoom, vba, code, microsoft, excel, visual basic

URL: http://www.developertags.com/microsoft-excel/495164/
 
«« Prev - Next »» 2 helpful answers below.
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
>

kdales | Sat, 07 Jun 2008 21:10:00 GMT |

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:
[vbcol=seagreen]
> 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:

tcbootneck | Sat, 07 Jun 2008 21:11:00 GMT |

Microsoft Excel Hot Answers

Microsoft Excel New questions

Microsoft Excel Related Categories