Userform - VBA Programming Question

V

Verizon Man

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
 
B

Bob Kilmer

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?
 
Top