I want use the following code to test if a specific range is empty
If Not IsEmpty(Range("G11:H11")) Then - displays NOT empty
BUT
If Not IsEmpty(Range("G11:G11")) Then - displays empty
If Not IsEmpty(Range("H11:H11")) Then - displays empty
What is the syntax error in the first one
If Not IsEmpty(Range("G11:H11")) Then - displays NOT empty
BUT
If Not IsEmpty(Range("G11:G11")) Then - displays empty
If Not IsEmpty(Range("H11:H11")) Then - displays empty
What is the syntax error in the first one