P
Patrick C. Simonds
Is there any way to get the code below to find the value NoXXX which is in a
hidden column?
Sub NextRow()
'
' Macro4 Macro
'
'
Cells.Find(What:="NoXXX", After:=ActiveCell, LookIn:=xlValues, LookAt:=
_
xlPart, SearchOrder:=xlByRows, SearchDirection:=xlNext,
MatchCase:=False _
, SearchFormat:=False).Activate
End Sub
hidden column?
Sub NextRow()
'
' Macro4 Macro
'
'
Cells.Find(What:="NoXXX", After:=ActiveCell, LookIn:=xlValues, LookAt:=
_
xlPart, SearchOrder:=xlByRows, SearchDirection:=xlNext,
MatchCase:=False _
, SearchFormat:=False).Activate
End Sub