View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Don Guillett[_4_] Don Guillett[_4_] is offline
external usenet poster
 
Posts: 2,337
Default Run-time error '91'

Perhaps if you posted your code here.

--
Don Guillett
SalesAid Software

"bl" wrote in message
...
Hi there!

Please help me on the following matter. I want to use FIND in order to
identify if the text from one cell exists in another spreadsheet. The fact

is
that I want to test not just one cell, but let's say 300 cells. The code I
made runs until one value is not found in the lookup spreadsheet. The

message
I receive is "object variable or With block variable not set". It is

Run-time
error '91'.

So, if you have any idea how to avoid this message, please let me know...

Thanking in advance

BL