Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

file format for the api "SetClipboardData"

Status
Not open for further replies.

emmanuelbeaudet

Programmer
Apr 16, 2002
51
CA
In Access 2k on my form I have a Object frame containing a word document.
I want to copy this document to the clipboard using the API. Can I use the "SetClipboardData" from the API and if I can, which format should I pass to the function ?
 
why don't you just try:
docmd.RunCommand acCmdCopy

B ----------------------------------------
Ben O'Hara
Home: bpo@SickOfSpam.RobotParade.co.uk
Work: bo104@SickOfSpam.westyorkshire.pnn.police.uk
(in case you've not worked it out get rid of Sick Of Spam to mail me!)
Web: ----------------------------------------
 
because I got this error
"2046 the command or action 'copy' isn't available"
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top