View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Jean-Yves[_2_] Jean-Yves[_2_] is offline
external usenet poster
 
Posts: 253
Default Copy or Print from User Form?

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
"Shelly" wrote in message
...
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!