Hi,
This seems to be broken in recent versions.
I get an exception when replacing text with an empty string.
Replace(string given, string replace, bool caseSensitive, bool wholeWord)
code in vb:
wd.Replace(find, nothing, False, True)
wd.Replace(find, vbnullstring, False, True)
Error: The object reference not set to instance...
Image
Please check this and is there a way to fix?
Thanks you!