Does anyone have a program that will give the option of printing each function and sub rather than printing an entire module?
Printable View
Does anyone have a program that will give the option of printing each function and sub rather than printing an entire module?
Why don't you write one :) I'm sure it'd be popular on these 'ere forums.
Right Click + Copy + Notepad + Right Click + Paste + Left Click + File + Left Click + Print + Left Click + OK.
But honestly, If you do find an addin that will do this... let me know. ;)
Not a program, but you can put the stuff you don't want printed in a region and close the region. I put all code in it's own regions - usually Form variables, Procedures, Functions, and Events, but sometimes by type - Dataset functions, Comboboxes, etc.
What not just select the code you want to print and go to File>Print and select "Selection". I don't think it would be hard to create a macro to do it though, but it seems like overkill to me.
{and as Andy stared into the sky, thinking to hisself "Wow, I COULD write a program to do that!" he had a revelation}Quote:
Originally posted by wossname
Why don't you write one :) I'm sure it'd be popular on these 'ere forums.
lol It wouldn't be hard at all to parse out the routines, would it? :)
I was just thinking one was already written.
:eek2: