Hi,
thanks for your replies.
The Worksheet_change-Event was actually called - I forgot to comment out my error-catching line.
Still, I get an error in the following section, when I delete the cell's content. Here is the relevant code.
The MsgBox works fine (since I changed Target.Value to Target.Text), but the code throws a 13-Error at the If-Statement.
I tried IsEmpty(Target), IsEmpty(Target.Value) and IsNull(Target) instead of Target.Text = "" as well. How else could I check for an empty cell?
Thanks in advance!
Klaster
Bookmarks