I believe you have to change the font assigned to "Normal Text". In the VBA
editor, go to the Tools menu, choose Options, then the Editor Format tab.
There, select "Normal Text" in the Code Colors ListBox. Then, change Font to
"Courier New (Western)". I would hate to have to program in a proportional
font. You will likely want make sure all the text types are set to Courier
New.
--
Cordially,
Chip Pearson
Microsoft Most Valuable Professional
Excel Product Group, 1998 - 2008
Pearson Software Consulting, LLC
www.cpearson.com
(email on web site)
"joeu2004" <(E-Mail Removed)> wrote in message
news:4ee797f3-d8cb-4d40-bb1d-(E-Mail Removed)...
> From the Debug object Print method Help page:
>
> "[...T]he Print method typically prints with proportionally-spaced
> characters [...]. [...Y]ou can print using a fixed-pitch font (such
> as Courier)".
>
> How can I change the font to Courier (or anything else)?
>