Question on Clipboard Class

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to copy off the clipboard programatically. When I try to use the
example and declare:

Public NotInheritable Class Clipboard

I get a compiler error - "expected end of statement missing" in Access
Visual Basic. Do I need to include a reference dll first? What am I doing
wrong? Thanks.
 
Didn't know where else to ask. Thanks for pointing me in the right diredtion.

Dave Patrick said:
That looks dotnet'ish which isn't compatible with VBA. BTW why are you
asking here? The audience here will be a better choice.

http://www.microsoft.com/communitie...993-4f99-4537-a348-eb15d282fbb6&lang=en&cr=US

also
http://allenbrowne.com/func-07b.html

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

John Lane said:
I am trying to copy off the clipboard programatically. When I try to use
the
example and declare:

Public NotInheritable Class Clipboard

I get a compiler error - "expected end of statement missing" in Access
Visual Basic. Do I need to include a reference dll first? What am I doing
wrong? Thanks.
 
Back
Top