Userform - VBA Programming Question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi everyone - I created a userform template and I'm trying to print data from a specific frame within my template. The frame scrolls through two pages of data, so I can't do a screen capture because I would be missing a full page of info. I'm looking for a VBA code to print this specific frame with my userform running - any ideas

Thanks

V-Man
 
Just have VB print the textual data that would appear in the form. (How do
you get the data into the frame? What contains the data? Are you using the
name "frame" for something that VB calls something else?)

Verizon Man said:
Hi everyone - I created a userform template and I'm trying to print data
from a specific frame within my template. The frame scrolls through two
pages of data, so I can't do a screen capture because I would be missing a
full page of info. I'm looking for a VBA code to print this specific frame
with my userform running - any ideas?
 

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

Back
Top