I have the below code that returns what I want. But it returns it to Column A. How do I get it to return the data starting in Column B?
Thank you,
Clint
Sub EFP()
Dim keyword As String: keyword = Sheets("Results").Range("B3").Value
Dim countRows1 As Long, countRows2 As Long...