I am running the macro
Find "-=-"
Replace All "="
to ensure all -=- will be replaced with = before other process is made. However, sometimes, there maybe no -=- in the document so the Find command will prompt a message and quit the Macro
I try to capture the "not found" message by
Find "-="
IfFound
Replace All "="
EndIf
But the message is still there. How can I suppress the "Not found" window?
Thanks in advance.
Find "-=-"
Replace All "="
to ensure all -=- will be replaced with = before other process is made. However, sometimes, there maybe no -=- in the document so the Find command will prompt a message and quit the Macro
I try to capture the "not found" message by
Find "-="
IfFound
Replace All "="
EndIf
But the message is still there. How can I suppress the "Not found" window?
Thanks in advance.