Hi Guys,

I would like you to assist me in writing a VBA code to insert a row and the serial numbers which starts from 1.1.,1.2,1.3
If I insert row in any row numbers of the sheet it should add the serial number based on the previous row which contains the serial number.
For example :- A1 has 1.1 as serial number, if i insert row in between A44 and A45 it should also add the serial number 1.2 by inheriting the value of the A1 serial number.

Anybody can reply with a VBA code for the same