Code for copying information from the Clipboard to Access

S

str8trini

I am trying to copy information from an external application to Access. I
found an article in the knowledge base
http://support.microsoft.com/kb/94162/en-us
that looked exactly like what I was trying to do. However, I am running
into issues. I am getting an error message and the code is quite advanced
and I can't figure out what I need to do to get it to work.

The error message is "File not found:User" and it occurs on the line of code
If OpenClipBoard(0&) = 0 Then

Can someone please help me?
 
S

str8trini

Thank you so very much for your response. This was exactly what I needed and
it is now working flawlessly. Thanks again!
 
Top