I have a few 'If/Then' statements in my 'thisoutlooksession'. The issue seems to be that because I get tons of email, that sometimes I will get two or more emails at a time that trigger that macro. So, I assume it tries to run the same macro twice at the same time. Any way to run that macro once and not run it again until it is finished? Or is what I'm explaining even a problem?
Yes this is a problem if you macro takes long time to finish. Outlook will process the macro as soon as the emails come it. Can you show us how are you triggering the macro and what does the macro contain? We might be able to suggest a solution.
A good exercise for the Heart is to bend down and help another up...
Please Mark your Thread "Resolved", if the query is solved Microsoft MVP: 2011 - Till Date IMP Links : Acceptable Use Policy, FAQ MyGear:
Sony VGN-FZ27G with a triple boot between (XP+Office 2003+VB6), (VISTA+Office 2007+VS2008) and (Win7+Office 2010+VS2010) || Sony VPCCB-45FN with a Win7+Office 2010+VS2010. VM: (XP+Office 2003+VB6), (VISTA+Office 2007+VS2008), (Win8+Office 2010+VS2012) || Mac Book Pro (10.6.8) with Office 2011
The issue is, if I get two emails in one send/receive, one email containing 'one' and another containing 'two', then (I would assume) the same macro would try and run twice. Any way to fix this situation?
The best way to handle this by creating 2 rules and pointing them towards two different macros
A good exercise for the Heart is to bend down and help another up...
Please Mark your Thread "Resolved", if the query is solved Microsoft MVP: 2011 - Till Date IMP Links : Acceptable Use Policy, FAQ MyGear:
Sony VGN-FZ27G with a triple boot between (XP+Office 2003+VB6), (VISTA+Office 2007+VS2008) and (Win7+Office 2010+VS2010) || Sony VPCCB-45FN with a Win7+Office 2010+VS2010. VM: (XP+Office 2003+VB6), (VISTA+Office 2007+VS2008), (Win8+Office 2010+VS2012) || Mac Book Pro (10.6.8) with Office 2011
First you count how many Subject one you have with mark that they are not still opened.
After that you tell him to run macro and apply it on the the mail that contains in subject "one" but, is is znread, and has been recieved first.