I'm using this line of code to add 12 empty rows at the top of a worksheet
Var_RawData_Worksheet.Rows("1:12").Insert shift:=xlShiftDown
I'd like to use a variable to control the number of rows but can't figure out the syntax, what I need is something like:
VARIABLE_NO = 12...