View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
joeu2004 joeu2004 is offline
external usenet poster
 
Posts: 2,059
Default How to change debug.print font?

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)?