buttons to copy and paste control contents to/from clipboard?

K

Keith B

How can buttons be set up to copy the contents of a control to the
clipboard, and to paste the contents of the clipboard into a control?

Thanks,

Keith
 
B

Brian Teutsch [MSFT]

Take a look at the ExecuteAction Method of the Developer's Reference, in
help. It describes in detail how to perform these actions. Pay special
attention to the note about using the action from menus or task panes.

Brian
 
Top