Printing part of userform

B

Bhuktar S

I have no. of pages in Multipage on Excel VBA form. Each page is wit
different informations in textbox, combobox etc.
On the userform there are some textboxes which have values applicabl
as common to all the pages of the Multipage.
I need to print each page & with each page the common data of th
userform.
How do I do it
 
T

Tom Ogilvy

me.printform

prints the userform. You will need to loop through the pages of the
multiform and make each on the top page, then do the print.
 

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

Top