Can someone help me why im getting error, if i do like this in VBA
Worksheets("ME2N").Range("AB6:AB31000").Formula = "=IF(AA6<T6;"False";"True")"
Already try like this and still giving error
Worksheets("ME2N").Range("AB6:AB31000").Formula = "=IF(AA6<T6,"False","True")"
New contributor
Hella Morte is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.