uday
Member
Hi,
I want a VBA code that will automatically insert a new row with formula. The formula will be copied down from previous row.
The challenge is I am downloading raw input file everyday and I need to copy the data from raw file to dedicated template which has a particular format. But everyday I am inserting and deleting row as per the raw input data.
I need a VBA code that will automatically inserting new row with formula for the entire mentioned columns which are A,B,C,D,E.
I have attached one sample file wherein sheet1 has particular format. In E column there is formula. In sheet2 I have to dump the data from the raw input file. Currently sheet2 has 3 line items. If it is increase by 2 line items the details should be automatically transfered to the sheet1.
I want a VBA code that will automatically insert a new row with formula. The formula will be copied down from previous row.
The challenge is I am downloading raw input file everyday and I need to copy the data from raw file to dedicated template which has a particular format. But everyday I am inserting and deleting row as per the raw input data.
I need a VBA code that will automatically inserting new row with formula for the entire mentioned columns which are A,B,C,D,E.
I have attached one sample file wherein sheet1 has particular format. In E column there is formula. In sheet2 I have to dump the data from the raw input file. Currently sheet2 has 3 line items. If it is increase by 2 line items the details should be automatically transfered to the sheet1.