Is there a way i can insert a column automatically when i open the csv/excel file.
I tried doing the way i know, i inserted a button on the sheet and onclick of that button i wrote a simple code that insert the columns by clicking on button.
But, I dont know how to give the column Headings automatically and the values to those column will always be 1,2, 3, 4, 5.
Say for example i need to add 5 columns in the existing grid with the Heading as "HE01" , "HE02" , "HE03", "HE04" and "HE05".
Is there a way i can do this task without having a button onclick. I mean whenever i open that file it should create 5 extra columns with the values on it.
any help on this would be great.
Thanks
TOm