Re: Copying A Value Of A String To The Clipboard
- From: "Albert D. Kallal" <PleaseNOOOsPAMmkallal@xxxxxxx>
- Date: Sat, 7 Feb 2009 21:46:21 -0700
"CrazyAccessProgrammer" <CrazyAccessProgrammer@xxxxxxxxxxxxxxxxxxxxxxxxx>
wrote in message news:68D91C1E-4085-458F-B753-3B0F33AB9BFD@xxxxxxxxxxxxxxxx
Using Access 2007, Fully Patched as of 02/07/2009
In VBA, is there a way to copy the value of a string variable to the
windows
clipboard?
For a control, you can go:
Me.Notes.SetFocus
DoCmd.RunCommand acCmdCopy
for a variable, you can use the following api:
http://www.mvps.org/access/api/api0049.htm
--
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada
pleaseNOOSpamKallal@xxxxxxx
.
- Follow-Ups:
- Re: Copying A Value Of A String To The Clipboard
- From: CrazyAccessProgrammer
- Re: Copying A Value Of A String To The Clipboard
- References:
- Copying A Value Of A String To The Clipboard
- From: CrazyAccessProgrammer
- Copying A Value Of A String To The Clipboard
- Prev by Date: Copying A Value Of A String To The Clipboard
- Next by Date: Re: Copying A Value Of A String To The Clipboard
- Previous by thread: Copying A Value Of A String To The Clipboard
- Next by thread: Re: Copying A Value Of A String To The Clipboard
- Index(es):
Relevant Pages
|