Copy or Print from User Form?

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

Guest

Hi,

I have a user form that I'm using to display help text for a spreadsheet.
Basically, it's using a large label on the form to display text that is
stored in a worksheet. How can I allow the users to copy/paste text from the
label in the form (i.e. select with the mouse, Ctrl+C, then Ctrl+V in
notebook or something) so they can print it? Or, is there a way to allow
printing directly from the user form?

Thanks!
 
Shelly,
Userform1.printout

According to help:
"The printer used by PrintForm is determined by the operating system's
Control Panel settings"

which I take to mean you can only print to the default printer rather than
the AxctivePrinter.

NickHK
 
Hi Shelly,

Use a text box instead and "disable" it ( there is somehing else to avoid
edit).
Text will not be editable but can be selected.
Regards
JY
 

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