Re: copy to clipboard
- From: Michael Bauer <mb@xxxxxxxx>
- Date: Mon, 27 Feb 2006 12:25:42 +0100
Am Sun, 26 Feb 2006 19:44:36 GMT schrieb Joel Allen:
That depends on the point of view :-) It helps me but as I´m not familiar
with VBScript I´m not sure whether or not I can help you.
Please try to change the declaration from
Dim MyDataObj As New DataObject
to
Dim MyDataObj
--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
-- www.vbOffice.net --
I am in the Script Editor of my custom task form. Does that help?.
Thanks,
Joel
"Michael Bauer" <mb@xxxxxxxx> wrote in message
news:gnz0k4f6o3r3$.16mp3ub31va7i.dlg@xxxxxxxxxxxxx
Am Thu, 23 Feb 2006 11:27:30 -0800 schrieb Joel Allen:
Are you running VBScript instead of VBA?
--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
-- www.vbOffice.net --
Thank you.2.0
I get an error though on this line:
Dim MyDataObj As New DataObject
It says "expected end of statement". I have added the "Microsoft Forms
Library" to my references too.
Thanks for your help,
Joel
"Michael Bauer" <mb@xxxxxxxx> wrote in message
news:1shap8a8zczse.1tus4lc6cus9u$.dlg@xxxxxxxxxxxxx
Am Wed, 22 Feb 2006 15:54:59 -0800 schrieb Joel Allen:
...
MyDataObj.Clear
MyDataObj.SetText "Whatever", 1
--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
-- www.vbOffice.net --
Thanks. I tried this and it's not working. Am I close? I'm tryin toget
the content of TestField into the clipboard.to
Dim MyDataObj As New DataObject
MyDataObj = Item.UserProperties("TestField")
MyDataObj.SetText
Thanks for your help,
Joel
"Michael Bauer" <mb@xxxxxxxx> wrote in message
news:17lmax7e0x9u2$.2d58l1swbs4o$.dlg@xxxxxxxxxxxxx
Am Tue, 21 Feb 2006 16:50:48 -0800 schrieb Joel Allen:
Joel, please add a reference onto the "Microsoft Forms 2.0 Library"
sendyour
project. You can use that library´s DataObject object; call the Clear
method
first and then use SetText to write your text into the clipboard.
--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
-- www.vbOffice.net --
Hello,
I want to programatically copy text from one of my task fields and
simpleit
to the
clipboard.
Can you someone point me in the right direction or give me some
sample code?
Thank you,
Joel
- References:
- copy to clipboard
- From: Joel Allen
- Re: copy to clipboard
- From: Michael Bauer
- Re: copy to clipboard
- From: Joel Allen
- Re: copy to clipboard
- From: Michael Bauer
- Re: copy to clipboard
- From: Joel Allen
- Re: copy to clipboard
- From: Michael Bauer
- Re: copy to clipboard
- From: Joel Allen
- copy to clipboard
- Prev by Date: How To Create VB.NEt Application Setup.
- Next by Date: Re: Graphics in HTML Body
- Previous by thread: Re: copy to clipboard
- Next by thread: Sending mails not using TNEF
- Index(es):
Relevant Pages
|
Loading