printing visual basic code in color

L

Libby

When I write Visual Basic code in Excel, it displays in
color (blue for VB statements, green for comments). Is
there any way to have these colors printed when I print my
code (it always comes out in all black)?
 
J

jaf

Hi Libby,
Use Pretty Code. www.prettycode.com

Works as an add-in for VB. For Office or Excel VBA you have to export the
module or form code and open it in Pretty Code for printing.
 
Top