Chrissirhc
Programmer
Hi,
This code
Application.CountIf(rngControl.Rows(intRow), True)
fails with run-time error '13': Type mismatch. However, when I run the line again by hitting F8, the code works fine.
How is that possible?
Thanks,
Chris
This code
Application.CountIf(rngControl.Rows(intRow), True)
fails with run-time error '13': Type mismatch. However, when I run the line again by hitting F8, the code works fine.
How is that possible?
Thanks,
Chris