Here is the Problem. I need to be able to use the FindAll function to search the entire workbook for these characters: ~ ` ^ ‘ | \ / : ; “ * # @ and also a double decimal ".."
Once found, I need it to replace them with nothing, just delete it, except for the \ and /, which I need them replaced with spaces. The double decimal needs to be changed to just one decimal "."
Any help would be appreciated.
Once found, I need it to replace them with nothing, just delete it, except for the \ and /, which I need them replaced with spaces. The double decimal needs to be changed to just one decimal "."
Any help would be appreciated.