I am scraping an email for certain values that will return in my excel spreadsheet. If one of the values is hidden the next email that is scraped replaces the values in the hidden row instead of in the next blank row. Does anyone have any ideas on how to skip the hidden values and return the scrapped info to the first blank row?
The code I have for retrieving the first available row is
'Retrieving the first available row to put message in
Line = .Range("A65000") .End (x1Up) .Row + 1
Any thoughts?
Noah
The code I have for retrieving the first available row is
'Retrieving the first available row to put message in
Line = .Range("A65000") .End (x1Up) .Row + 1
Any thoughts?
Noah