Hi Mart,

No, that just pulls the text from the clipboard into a variable. I already have the text in a variable. What I want to be able to do is:

1. User has Outlook compose window open and is typing in information.
2. User then clicks on the icon for my kixtart script on his desktop which guides him through gathering the required information. The result is a UNC path that I would then like to paste back into his Outlook compose window message body.

I wanted to try and stay away from setfocus and see if it could be done with COM automation. I think my problem is how to grab the handle for an already created object?

Regards,

Brad V