Printing part of userform

  • Thread starter Thread starter Bhuktar S
  • Start date Start date
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
 
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.
 
Back
Top