Hi Friends,
I am trying to add insert rows using macro.
L column fills with numbers. if L1 value is 5 then below need to insert 5 rows.
I tried below Macro.
But it getting Error.
Please solve this and let me know whats wrong in it
Sub InsertRowswork1()
Dim LastNumber As Long: LastNumber =...