indi visual
Member
Range(Cells(2, 1), Cells(2, 1).End(xlDown)).Offset(0, 2).FormulaR1C1 = "=ISTEXT(RC[-2])"
It appears it updates at the very end of my code, but not fast enough in the middle when I need it to be accurate.
I've tried both
Application.ScreenUpdating = True
and
Application.Calculation = xlCalculationAutomatic
I think it might have something to do with me pasting the values in right before I check ISTEXT.
Is this my problem?
It appears it updates at the very end of my code, but not fast enough in the middle when I need it to be accurate.
I've tried both
Application.ScreenUpdating = True
and
Application.Calculation = xlCalculationAutomatic
I think it might have something to do with me pasting the values in right before I check ISTEXT.
Is this my problem?