Hello,
Currently, I have a script that opens up Internet Explorer to a specific
address:
objWeb.Navigate \\test\test
How can I just have it so I click a command button and the address gets
copied to my clipboard instead - the same as if I selected the address and
clicked Ctrl+C.
Thanks,
Joel
Michael Bauer - 28 Jan 2006 17:04 GMT
Am Fri, 27 Jan 2006 18:09:38 -0800 schrieb Joel Allen:
Joel, by adding an UserForm to your project you can use the DataObject
from the MSForms library and access the clipboard.

Signature
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
-- www.vbOffice.net --
> Hello,
>
[quoted text clipped - 9 lines]
> Thanks,
> Joel