Hello Chaps,
I want to print out the code that is used in an application
how is this done??
many thanks
fred
Hello Chaps,
I want to print out the code that is used in an application
how is this done??
many thanks
fred
Alt + F11.
File
use the documenter, select the code modules then print
My method is:
open the VB editor then double-click the class object of interest; (You can print from here but the inbuilt format is poor)
the cursor moves to the start of the code - use ctrl-A and ctrl-C to copy the code;
open Notepad++, choose New and then select language 'VB';
ctrl-V will paste the code with the correct margins, colour coded elements and headers of your choice;
I then print to a pdf file but you can print direct to a real printer if required.