View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
caroline caroline is offline
external usenet poster
 
Posts: 10
Default finding value in a hidden sheet

My code seems to fail because I am searching a value in a
hidden sheet. Any idea?

I get the following message (runtime error 1004, activate
method out of range class failed)

Dim Cell As Range
Set Cell = Range("List").Find(What:=Range("nametofind"))
Cell.Activate

PS: list and nametofind are defined names