VBA Code-listing page break

S

Sheeloo

Page break while viewing the code in VBE?

I don't think there is any option like that. Page breaks do not have any
logical meaning.
 
J

John Wolcott

I mean the printed on paper code listing.
I would like to print my code on paper and have page breaks.
Do you know how to do this?
 
S

Sheeloo

I don't thin there is any feature like that.
You can export the module then use your favourite editor to format before
printing.
Export creates a .bas file...
You can
 
J

Jim Cone

You can also just select the desired text and print the selection.
I can get about 70 lines on a printed page.
--
Jim Cone
Portland, Oregon USA


"John Wolcott"
wrote in message
I mean the printed on paper code listing.
I would like to print my code on paper and have page breaks.
Do you know how to do this?
 
Top