F
fuzzyfreak
Hi Dave, further to the last entry I have discovered where the module is
tripping up.
It works on three of my cells but any one of a further three cells that
I have data validation in renders the code not to work - what it does
is, on any change to any cell with validation it throws up the message
box in the code (MsgBox "Your last operation was canceled. " & _
"It would have deleted data validation rules.") and doesn't allow you
to do anything else in those cells.
What is it about these particular three cells that causes this? They
are pretty normal validated cells using a list for values with an input
message and an error alert - no different from the three cells that work
fine. One of them spans over two cells but even if I add one of the
others (four validated cells in my named range) it trips up.
tripping up.
It works on three of my cells but any one of a further three cells that
I have data validation in renders the code not to work - what it does
is, on any change to any cell with validation it throws up the message
box in the code (MsgBox "Your last operation was canceled. " & _
"It would have deleted data validation rules.") and doesn't allow you
to do anything else in those cells.
What is it about these particular three cells that causes this? They
are pretty normal validated cells using a list for values with an input
message and an error alert - no different from the three cells that work
fine. One of them spans over two cells but even if I add one of the
others (four validated cells in my named range) it trips up.