Hi All
Any help much appreciated here.
Using VBA, how can I check a range to see if a specific string exist and error if not
Tried several options myself but cannot tie it down
i.e.
Sheet1
Range B3:B14
searchvalue= "SampleText"
msgbox="Error not found"
Thanks