• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Check if data exist in Cell

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.
 
Back
Top