would anyone be able to tell me why using:
If oWorksheetExisting.Range("A11:A28") generates a type mismatch, is there a better way to test if the cell is in a specific range without using a second for loop?
thanks
For Each Cell In oWorksheetExisting.Range("A6:M30")
If Cell = "" Then...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.