|
-
Jul 25th, 2012, 10:10 AM
#3
Thread Starter
Member
Re: wait until all macros are finished
Essentially its as simple as:
If subject contains 'one' Then
(do stuff)
End If
If subject contains 'two' Then
(do stuff)
End If
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?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|