Hi, I have a strange problem. I have an VB macro in Outlook (located in ThisOutlookSession) which takes highlighted text from an open email message and pastes it into Google. I have a shortcut to the macro on the Quick Access Toolbar. My problem is that the macro works perfectly when I have developer open and run the macro from there but when I open Outlook next time and then run it, it will open Google but not paste in the copied text (I use SENDKEYS to paste in the text). But, if I then run it from the developer (by going to the procedure and pressing F5) it's ok AND then it's still ok when run from the QAT. Very bizarre. All amcros are enabled etc. Can anyone tell me what is happening? Thanks.