I have played around with Terry Kreft's API clipboard function.
I set it up so that on load of the form, if the clipboard = 0, it sets some
text in the clipboard automatically. But if I start in word, copy some text,
then load the Access form, the function still sets the text, presumably
because it is using a "new" clipboard which is always empty at load. It seems
to use a different area of memory from normal cut/paste clipboard. Is this
correct?
I am looking for a way to check the "normal" clipboard, as used by all
applications, to see if it is empty. Then, and only then, if it is empty,
then to put something on the clipboard. Is this possible?
Thank you!
Bob Hairgrove - 05 Jul 2007 21:09 GMT
>I have played around with Terry Kreft's API clipboard function.
>
[quoted text clipped - 10 lines]
>
>Thank you!
Do you have a link to Terry Kreft's API function? Also, how is the
Access form loaded? Do you start MS-Access after Word has copied the
text to the clipboard, or is it already running?
--
Bob Hairgrove
NoSpamPlease@Home.com
justme - 06 Jul 2007 01:24 GMT
Hi Bob, and thanks for your reply. Here is the link:
http://www.mvps.org/access/api/api0049.htm
I am talking about loading form and/or starting access after copying from
Word.
Thanks!
> >I have played around with Terry Kreft's API clipboard function.
> >
[quoted text clipped - 18 lines]
> Bob Hairgrove
> NoSpamPlease@Home.com