Hi,
I am trying to add multiple blank rows to process my data quickly. I have having trouble to set a limit to the inserting of rows.
Example raw data:
Text
data
data
Text
data
Text
data
data
data
data
Text
Text
Needs to be:
Text
data
data
row
row
row
row
Text
data
row
row
row
row
row
Text (etc,etc,)
The Cell Value is ''Text'' and I would need 6 rows under cell value. There are other data under the Cell Value, these would need to stay under each Cell Value but the total rows between the Cell Values should always be 6 including the data.
I have gotten far with adding 6 rows with Resize(6).insert but this excludes the data, which then gives me more than 6 rows.
I would gladly like to know the rest of the steps.
I am trying to add multiple blank rows to process my data quickly. I have having trouble to set a limit to the inserting of rows.
Example raw data:
Text
data
data
Text
data
Text
data
data
data
data
Text
Text
Needs to be:
Text
data
data
row
row
row
row
Text
data
row
row
row
row
row
Text (etc,etc,)
The Cell Value is ''Text'' and I would need 6 rows under cell value. There are other data under the Cell Value, these would need to stay under each Cell Value but the total rows between the Cell Values should always be 6 including the data.
I have gotten far with adding 6 rows with Resize(6).insert but this excludes the data, which then gives me more than 6 rows.
I would gladly like to know the rest of the steps.