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.
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/communities/newsgroups/en-us/default.aspx?dg=microsoft.
public.access.modulescoding&cat=en_US_06b3c993-4f99-4537-a348-eb15d282fbb6&lang=
en&cr=US
also
http://allenbrowne.com/func-07b.html

Signature
Regards,
Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect
>I am trying to copy off the clipboard programatically. When I try to use
>the
[quoted text clipped - 5 lines]
> Visual Basic. Do I need to include a reference dll first? What am I doing
> wrong? Thanks.
John Lane - 30 Mar 2007 19:40 GMT
Didn't know where else to ask. Thanks for pointing me in the right diredtion.
> That looks dotnet'ish which isn't compatible with VBA. BTW why are you
> asking here? The audience here will be a better choice.
[quoted text clipped - 13 lines]
> > Visual Basic. Do I need to include a reference dll first? What am I doing
> > wrong? Thanks.