Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

printing code in colour

Status
Not open for further replies.

bronc

Instructor
Aug 28, 2003
145
GB
I want to print my Access VBA code in colour.

I usually copy the code - module by module and paste it into Word where I have written a "Pretty Print" routine to automatically print it colour code formatted.

This takes ages when I have lot of modules.

I got a bit excited when I noticed that the normal printing from the VBE - when you can of course print the whole project - but only in black and white - has a Print to File check box.

OK but what form is that file in? Can I get my Word to open it? .... or .... is there a better way to do all of this?

Thanks
 
Look for a program called PrettyCode.Print

Their version for printing VBA is free. There are also versions for printing VB and C++.

The program connects to Excel or Access as an add-in and does a spectacular job of printing your code.


Alan
[smurf]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top