Thread: Error 91
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jim[_61_] Jim[_61_] is offline
external usenet poster
 
Posts: 6
Default Error 91

I am using a piece of vba code to 'Find' a cell containing a string.
If the string is Not Found the code returns an error 91 - Object Variable or
With Block Variable not set which I am displaying in a msgbox
Is this the correct Error for a failure to find a string ?