View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Slugo Slugo is offline
external usenet poster
 
Posts: 1
Default Find Method doesn't work

I have a function that uses the find method to search for
a string within a spreadsheet. It works fine when called,
except when I call it from a For loop I get a RunTime erro
91: Object variable or with block variable not set.

Does anybody know why I keep getting this?