I have searched several sites with no avail. If anyone can see what I'm doing wrong in this VBA code I would greatly appreciate it. I am getting an object required error at:
Set c = .Find(strFind, LookIn:=xlValues)
Private Sub SearchData()
Dim strFind As String
Dim FirstAddress As...