Thread
:
Selecting after Find Method
View Single Post
#
1
Posted to microsoft.public.excel.programming
Kou Vang[_2_]
external usenet poster
Posts: 34
Selecting after Find Method
How do I select the entire row of C after I find and select it? Thanks
Set C = .Find("Date", LookIn:=xlValues)
If C Is Nothing Then
MsgBox "Not Found!"
Else
C.Select
Reply With Quote
Kou Vang[_2_]
View Public Profile
Find all posts by Kou Vang[_2_]