Hi,
As a final touch for a macro (which I already have), I'd like to delete a single character from cell A2, and leave a blank space, but the code I'm using does nothing.
The content of the cell might have one or 2 instances of a dash (-), like this: ABC-123 or AB-C-123. I need it like this: ABC 123 or AB C 123
This is the line I have: Range("A2").Characters(45).Delete
What am I missing? Is there a better approach to this?
Thanks for any help!
Bookmarks