Re: $$Excel-Macros$$ Macro for outlook

2012-09-20 Thread Suyog
Hello Pravin, Please do following steps. You just need to set "security" level for macro. 1) Open outlook 2) Press Alt+F11 3) Press ctrl+A for code & copy add lines of Code. 4) Double click "ThisOutlookSession" under Microsoft Office outlook objects 5) Paste 6) Click save 7) Restart "outlook" 8)

Re: $$Excel-Macros$$ Macro for outlook

2012-09-20 Thread Pravin Gunjal
Hi Suyog / Rajan I have tried the same as per your guidelines but neither it's working nor giving any MSG. Fyi please. Regards Pravin Gunjal On Tue, Sep 18, 2012 at 2:25 PM, Suyog wrote: > Thanks Rajan.! > Per my understanding, I need to add first OR then need to use code. Ex: *If > InStr

Re: $$Excel-Macros$$ Macro for outlook

2012-09-18 Thread Suyog
Thanks Rajan.! Per my understanding, I need to add first OR then need to use code. Ex: *If InStr(strText, "Attach") Or InStr(strText, "PFA") Or **InStr(strText, "Included") **Then* Please check line for "included" word. # Rajan, Mails/discussion not getting received on my Gmail but I can ab

Re: $$Excel-Macros$$ Macro for outlook

2012-09-17 Thread Pravin Gunjal
Hello Rajan Could you please inform how to use this code in outlook. Thanks Pravin Gunjal. On Mon, Sep 17, 2012 at 7:58 PM, Rajan_Verma wrote: > *I have created below macro before sometime you can use this and can add > more words condition in Red Line* > > * * > > *Option Compare Text* > > * * >

RE: $$Excel-Macros$$ Macro for outlook

2012-09-17 Thread Rajan_Verma
I have created below macro before sometime you can use this and can add more words condition in Red Line Option Compare Text Private Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean) Dim strSubject As String Dim strBody As String Dim strMsg As Str