G
Guest
and then it stops to me
sorry for the previous email. hit enter instead of tab to go to the next
field.
here's the problem:
I have :
If strMyInput4 = "no" Then
AND
strBody = objItem.HTMLBody
strBody = Replace(strBody, "######", "nobody else")
objItem.HTMLBody = strBody
objItem.Display
I understand If-then and replace but somehow they aren't working together
here....
How do I do it?
sorry for the previous email. hit enter instead of tab to go to the next
field.
here's the problem:
I have :
If strMyInput4 = "no" Then
AND
strBody = objItem.HTMLBody
strBody = Replace(strBody, "######", "nobody else")
objItem.HTMLBody = strBody
objItem.Display
I understand If-then and replace but somehow they aren't working together
here....
How do I do it?