O
oldjay
I want to change this from the Master sheet to the active sheet
MyConstant = Application.CountA(Sheets("Master").Range("A2:I31"))
MyConstant = Application.CountA(Sheets("Master").Range("A2:I31"))
I want to change this from the Master sheet to the active sheet
MyConstant = Application.CountA(Sheets("Master").Range("A2:I31"))
OssieMac said:MyConstant = Application.CountA(ActiveSheet.Range("A2:I31"))