Still not working, perhaps if I show you the code. I'm getting a value for uResponse (and it's only in one place in the entire workbook depending on what day it is). Again, this works if the sheet that the value is in is selected before I run it.
Workbooks("Resource Planner Report.xls").Activate
Dim wksht As Worksheet
For Each wksht In ActiveWorkbook.Worksheets
wksht.Cells.Find(What:=uResponse, After:=ActiveCell, LookIn:=xlFormulas, _
LookAt:=xlPart, SearchOrder:=xlByColumns, SearchDirection:=xlNext, _
MatchCase:=True).Activate