Hello everyone,
I found some useful codes here about inserting new rows as cell value changes. Codes such as:
Sub insert_spaces()
Dim last_row As Long
Dim cur_row As String
Dim prev_row As String
Dim f As Integer
last_row = Cells(65536, 1).End(xlUp).Row
For f = last_row To 2 Step -1
cur_row =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.