How would I capture the column number after I used this find function
to find a cell with "Time" in it?
Cells.find(What:="Time", After:=ActiveCell, LookIn:=xlFormulas, _
LookAt:=xlPart, SearchOrder:=xlByRows, SearchDirection:=xlNext,
_
MatchCase:=False).Activate
Thanks for the help!
Bookmarks