selection.find help!
Hi all,
My code used to work when i only had one sheet in the workbook, it done
Selection.Find(What:=Interiminput.regint.Value, LookIn:=xlValues,
SearchOrder:=xlByRows, SearchDirection:=xlNext,
MatchCase:=False).Activate
now that i have added more sheets it comes up with "object variable or
with block variable not set" when it gets to the code.
This must be real simple but I am banging my head against the wall!
any ideas?
Duncan
|