k3vsmith
Member
I have a macro that is run against a workbook that has 4 worksheets. Each worksheet has a header line on row 1. Row 2 is where data begins. Macro works when there is data in each of the worksheets on row 2. But if there isnt any data on one of the worksheets on row 2 its causing an issue further down the line in the macro.
Id like to know if I can do something where it checks if any data is in A2:
If NO data exist in A2 then
skip
Else
...continue to next steps in macro
End If
Data in A2 could be any. Not looking for specific data. Just that data exists there.
Id like to know if I can do something where it checks if any data is in A2:
If NO data exist in A2 then
skip
Else
...continue to next steps in macro
End If
Data in A2 could be any. Not looking for specific data. Just that data exists there.