PDA

Click to See Complete Forum and Search --> : .PrintForm to include filename


mikeymay
Jan 18th, 2006, 05:46 AM
I have a user form that is being printed using .PrintForm.

Is there any way of having the filename in the header or footer of print out?


Thanks

Hack
Jan 18th, 2006, 07:26 AM
Not using PrintForm. Try popping the form name into the Forms Caption just before doing the PrintForm, and then resetting the caption to its original state immediately after doing the PrintForm.

mikeymay
Jan 18th, 2006, 07:39 AM
When I print the user form (without using the instructions above) the current caption is not being printed.

Do I need to specify some sort of range on the user form that I want to print?

mikeymay
Jan 20th, 2006, 05:12 AM
Anyone any ideas on this?

Still haven't worked out how to do it.


Cheers