Hi There,
I want to get a VBA code for checking if a particular cells has got any email address
Suppose Cell A1 = abc then it should give error "Please enter a valid email address"
and If Cell A1 = abc@xyz then it should let the user enter that value as it is a valid email address
VBA code can look for @ in the cell value if @ sign is not present a msgbox will appear.
Any help will be much appreciated.
Thanks!
I want to get a VBA code for checking if a particular cells has got any email address
Suppose Cell A1 = abc then it should give error "Please enter a valid email address"
and If Cell A1 = abc@xyz then it should let the user enter that value as it is a valid email address
VBA code can look for @ in the cell value if @ sign is not present a msgbox will appear.
Any help will be much appreciated.
Thanks!