I want to insert a new column AFTER the last one that is populated. How can i find out which was the last column populated?.
e.g. i have the below headers :
Name , Date , Address
I want to insert 'test1','test2','test3'
after address. How is this possible?