Viewing and Printing Source Code

  • Thread starter Thread starter Paul C2
  • Start date Start date
P

Paul C2

My new employer wants a "print out of the first and last 25
pages of the source code" for two relatively complicated
Excel Workbooks. I have no idea how to accomplish this!
Any help would be GREATLY appriciated.

Thanks,
Paul
 
The bad news is there are probably a lot of modules in your project. You could
have code in each of these.

So it would depend on what the heck the boss means by first and last.

I think I'd just go into each module (include the code behind the worksheets and
workbook, general modules, class modules, and userforms) and copy each to
MSWord.

Add some headings and page breaks and then ask again what first and last 25
mean. (and adjust font size, page orientation, and margins, too)

(If there weren't too many, I'd print the whole thing.)
 
Back
Top