Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How can I get a page-break in my code-listing?
-- John |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. "John Wolcott" wrote: How can I get a page-break in my code-listing? -- John |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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? -- John "Sheeloo" wrote: 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. "John Wolcott" wrote: How can I get a page-break in my code-listing? -- John |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 "John Wolcott" wrote: 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? -- John "Sheeloo" wrote: 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. "John Wolcott" wrote: How can I get a page-break in my code-listing? -- John |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() 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? -- John |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2007 Page Break Adjustments causes a page break each cell | Excel Worksheet Functions | |||
How do I do page breaks when view menu doesnt page break preview | Excel Discussion (Misc queries) | |||
change and/or remove page number watermark in page break preview | Excel Discussion (Misc queries) | |||
adding a new page break to an existing page break | Excel Discussion (Misc queries) | |||
Code to insert a Page Break | Excel Programming |