Hey there,
I probably have an easy one for you.
I use the Worksheet_Change method and want to trigger a sub in case a specific cell is "x" or "".
No problem with the "x", but if the user deletes the "x" (which should also trigger the macro since the cell's content is "" afterwards) nothing happens. It turns out, the Worksheet_Change-Event is not even called!
How to deal with this issue? How to call the Worksheet_Change-Event if the user deletes the cell's content?
Thanks a bunch!
Klaster
Bookmarks