![]() |
|
#1
|
|||
|
|||
![]()
Hi,
Could someone point me in the right direction please? Having terrible trouble with my Outlook rules and the fact that they are not working, well some of them work, some of them don't work and some stop working after a small amount of time. The rules themselves are very simple - if an email comes from a certain address then deposit the email into specific folder. I'm sure there are a whole host of solutions on here but I don't know where to start. I have attempted to repair the .pst file but this doesn't seem to work. Hope you can help ![]() Regards Ginger_Overlord |
#2
|
||||
|
||||
![]()
Have you set the option 'Stop processing more rules' after moving the messages?
__________________
Graham Mayor - MS MVP (Word) (2002-2019) Visit my web site for more programming tips and ready made processes www.gmayor.com |
#3
|
|||
|
|||
![]()
Hi Gmayor,
Thanks for your reply. I have deselected the 'Stop processing more rules' option from all of my rules. In the rules wizard the only thing that is selected is the 'from people or public group'. Is this correct? I have tried my Outlook again tonight and still none of the rules are working ![]() Regards, Ginger_Overlord |
#4
|
||||
|
||||
![]()
It shouldn't be deselected, but selected if you don't want it to be affected by a subsequent rule.
If the rules are not working, are you certain the conditions you set are still valid and that a previous rule has not overruled the rules in question? Change the order of rules to ensure that there is no conflict between rules.
__________________
Graham Mayor - MS MVP (Word) (2002-2019) Visit my web site for more programming tips and ready made processes www.gmayor.com |
#5
|
|||
|
|||
![]()
Hi Gmayor,
Thanks again. I re-ordered my rules and run the rules again, no joy. I have emails in my inbox now that should have been distributed to specific folders I have created for them but it just isn't happening. Anything else I could try? Regards, Ginger_Overlord |
#6
|
||||
|
||||
![]()
Import the userform from the attached zip into the Outlook VBA editor and then call it with the following macro
Code:
Sub RunMyRules() frmRunRules.Show lbl_Exit: Exit Sub End Sub
__________________
Graham Mayor - MS MVP (Word) (2002-2019) Visit my web site for more programming tips and ready made processes www.gmayor.com |
#7
|
|||
|
|||
![]()
Hi Gmayor,
Thanks for your continued help. Unfortunately I have never used the VBA Editor and have no experience importing userforms. Is there a step-by-step guide I could use for these actions? Regards, Ginger_Overlord |
#8
|
||||
|
||||
![]()
The VBA editor is essentially the same for all VBA enables Office applications so it would be essentially the same as that shown at http://www.gmayor.com/installing_macro.htm.
Extract the two files from the zip. Press Alt + F11 to open the VBA editor, then from the File menu > Import File and select the file frmRunRules.frm from the zip. This will import the form to the VBA editor. From the Insert menu select 'Module' and then paste the short macro from the first reply into that module.
__________________
Graham Mayor - MS MVP (Word) (2002-2019) Visit my web site for more programming tips and ready made processes www.gmayor.com |
#9
|
|||
|
|||
![]()
Hi Gmayor,
Thanks for that, I successfully ran the Macros. When I ran the Macros it asked me to run selected rules. I ran all my rules before it advised that the rules were executed against the inbox (all of them I think). I'm not sure what I should be looking for here. I still have emails in my inbox that should of been sent to their designated folder. Cheers, Ginger_Overlord |
#10
|
||||
|
||||
![]()
The idea was to run individual rules to ensure that they worked as intended. The macro provides a simple way to do that. We already know that the total rule set doesn't work for you and we are trying to isolate the problem. When you have found the problem you can recreate the rule so that it works.
Test the rule(s) that are leaving the messages in the inbox that should have been moved.
__________________
Graham Mayor - MS MVP (Word) (2002-2019) Visit my web site for more programming tips and ready made processes www.gmayor.com |
#11
|
|||
|
|||
![]()
Hi Gmayor,
Yes, I ran some of the rules individually. I individually selected and ran the ones that don't appear to work but still got the same 'rules were executed against the inbox' message. Quite clearly something had 'ran' but the rule was never adhered to. Strangely enough, I do have a couple of rules that work all the time but these are setup in a similar fashion to the ones that don't work. It's truly very odd. All rules are very simple, if email from 'X' then send to folder 'X'. It couldn't be any simpler. Not sure where to go to with this now ![]() Could the problem be that I have too many rules? is there a limit? Thanks again. Regards, Ginger_Overlord |
#12
|
||||
|
||||
![]()
You will get the message even if you select no rules to run. It just indicates that the process is finished. If you run a rule that doesn't do anything, check the rule conditions against the message and you may spot an anomaly. If that doesn't work, I regret I am out of ideas.
__________________
Graham Mayor - MS MVP (Word) (2002-2019) Visit my web site for more programming tips and ready made processes www.gmayor.com |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
L'Amore | Word | 3 | 07-22-2015 01:57 AM |
![]() |
khughes46 | Outlook | 1 | 05-06-2014 10:09 AM |
Outlook Login Woes | gwbrimm@hotmail.com | Outlook | 0 | 09-21-2012 02:31 PM |
How do I set up a custom rule in Outlook 2002 | mastermind | Outlook | 0 | 03-11-2010 11:03 PM |
One Note giving us printer woes | djd_201 | OneNote | 0 | 12-08-2008 02:56 AM |