Zoom - VBA Code

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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
 
Back
Top