I am counting how many rows in a specific column contain data. Other columns may contain additional data, but I don't care about those rows, so I can't look for the end of a list. I am capturing the number of rows in a variable, say X. I am using the following code:
ActiveCell.Rows("1:X".EntireRow.Select. I get a type mismatch. Any suggestions?
ActiveCell.Rows("1:X".EntireRow.Select. I get a type mismatch. Any suggestions?