Run Time Error 1004 - Application-defined or object-defined error
Can someone tell me why this formula gives me a run time eror?
Range("E2").Formula = "=IF( AND( NOT(G2),
NOT(ISBLANK(B2)),NOT(ISBLANK(I2))),TODAY()-I2,"" )"
or why this also gives the same error?
Range("E2").Formula = "=IF(G2,I2,"")"
|