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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.