Recent content by darkwolf.mca

  1. D

    Update existing rule using VBA

    Great Diane, that's could be really the solution I was looking for: read the values from the existing rule in a variable, put the variable in the array with adding words... but: how can I do it? :(:confused::( Thx Mauro
  2. D

    Update existing rule using VBA

    Hi all, I'm newbie so please be patient :o I trying to understand if it exists a way to update an existing rule using VBA. Within a routine I create a rule like the following: Set myRules = Application.Session.DefaultStore.GetRules() Set rl = myRules.Item("Photos") Set...
Back
Top