M
Monika
I want to start my search from the beginning of the sheet.
I am trying as:
Set tmp2 = Cells.Find(fVal, LookIn:=xlValues
SearchOrder:=xlByColumns,SearchDirection:=xlNext)
Set tmp2 = Cells.Find(fVal, LookIn:=xlValues,
SearchOrder:=xlByRows,SearchDirection:=xlNext)
where do ineed to change so that my search starts from
beginning
thanks
I am trying as:
Set tmp2 = Cells.Find(fVal, LookIn:=xlValues
SearchOrder:=xlByColumns,SearchDirection:=xlNext)
Set tmp2 = Cells.Find(fVal, LookIn:=xlValues,
SearchOrder:=xlByRows,SearchDirection:=xlNext)
where do ineed to change so that my search starts from
beginning
thanks