View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Will Will is offline
external usenet poster
 
Posts: 129
Default Printing Contents of UserForm

Hello:

I have a userform in Excel. I have set up a print command button that works
using Userform.printform but it only prints part of the 1st page. I'm ok to
find a solution to make one page print at a time but I at least need the
entire page to print. The form is too long and has a scrollbar to allow users
to see the whole thing on screen. If it helps any, the user form contains a
multipage control which houses the form data.

Thanks!