Isblank function not working in VBA
Why does this not work:
Application.WorksheetFunction.ISBLANK(Range("Profi leFirstCell").Offset(x -
1, 5))
I am getting an error message saying:
Run time error 438, Object does not support this property or method.
Thanks
EM
|