View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Norman Jones Norman Jones is offline
external usenet poster
 
Posts: 5,302
Default UserForm, a Multipage and printing...

Hi IY_Roofer,

The MultiPage's Value property returns the page - the
first page is 0


---
Regards,
Norman


"IT_roofer" wrote in message
...
I know this is possible... I just don't know how to go about it because
'PrintForm' won't work...

I have a print button on the bottom of a UserForm. On that same UserForm,
I
have a MultiPage with 9 tabs. They all contain more information than can
be
displayed on the UserForm. I would like to be able to have the print
button
'detect' which page is active and, somehow, print all the data from the
active page. I know how to code the form to dump all the information from
a
SPECIFIED page into a sheet and make that print. However, I don't know how
to
detect the 'activepage'.

Can anyone help? Thanks in advance!