VBA Code-listing page break

  • Thread starter Thread starter John Wolcott
  • Start date Start date
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.
 
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?
 
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
 
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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top