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!

access the copy/paste clipboard?

Status
Not open for further replies.

biot023

Programmer
Nov 8, 2001
403
GB
Does anyone know how to access the copy/paste clipboard in VBA?
Can you create an instance of it, or sendkeys to Access (from Access)?
Any help gratefully appreciated.
Oh - & Merry Christmas!

Douglas JL If it don't make you laugh, it ain't true.
 
Just for interest's sake - I sussed it already, but would still be interested if anyone can tell me how to instantiate an instance of the clipboard.
My solution was to SetFocus on the desired control (a textbox) & use the following code:
SendKeys "^v"

- it was important that the 'v' was lower case.

Merry Christmas again.

Douglas If it don't make you laugh, it ain't true.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top