S
Southern at Heart
Below is a sample of what I'm trying to do. If this is possible it will save
me LOTS of nested If/Then statements which get confusing.
thanks,
For Each c In myContacts
....
If c.FileAs = strName then {skip to Next c and start over at the beginning
of the For Statement}
....
....
Next c
me LOTS of nested If/Then statements which get confusing.
thanks,
For Each c In myContacts
....
If c.FileAs = strName then {skip to Next c and start over at the beginning
of the For Statement}
....
....
Next c