Can I use an error message to launch a macro?

MGumbrell

Registered User.
Local time
Today, 18:59
Joined
Apr 22, 2005
Messages
129
I have a range of cells with a dropdown list if the user does not pick from the list and types an entry the following expected error notice is given:-

"The value you entered is not valid"
"A user has restricted values that can be entered into this cell"

On this error, instead of receiving it could it be used to launch a macro, in particular a UserForm and to not see the error notice.

Thanks, Matt
 
Hi, Matt,

as this would long for VBA to handle I would prefer to present a Userform instead of Data/Validation and handle everything from there in VBA... ;)

Ciao,
Holger
 
OK Holger Thanks.

Regards, Matt
 

Users who are viewing this thread

Back
Top Bottom