Hi,
I am running a macro coding in an excel file.
In that excel file Column "A"(Old date) has past date.
Also there are three blank columns named as:-
Column B = "TODAY"
Column C = "AGEING"
Column D = "AGEING > 7 DAYS".
When i run the macro it should write the formulas
In Col B ---> [=today()]
In Col C ---> [=B-A]
In Col D ---> [=IF(M2>7,"1",0)]
Note:Sometimes the excel sheet may have 1000 rows of data. Like that, it may have 5000 rows of data.
Kindly advice me.
Thanks!
I am running a macro coding in an excel file.
In that excel file Column "A"(Old date) has past date.
Also there are three blank columns named as:-
Column B = "TODAY"
Column C = "AGEING"
Column D = "AGEING > 7 DAYS".
When i run the macro it should write the formulas
In Col B ---> [=today()]
In Col C ---> [=B-A]
In Col D ---> [=IF(M2>7,"1",0)]
Note:Sometimes the excel sheet may have 1000 rows of data. Like that, it may have 5000 rows of data.
Kindly advice me.
Thanks!