AmyZZZZZZZ
New Member
- Joined
- Nov 16, 2017
- Messages
- 6
Hello, I am very new to VBA.
For my project I'm trying to insert certain number of rows based on a value input from another sheet.
For example, Sheet1 A1 input number is n
Then insert 2*(n-1) blank rows between row 1 and row 2.
Obviously this doesn't apply when n is equal or smaller than 1.
Could anyone help me with that? Thanks.
For my project I'm trying to insert certain number of rows based on a value input from another sheet.
For example, Sheet1 A1 input number is n
Then insert 2*(n-1) blank rows between row 1 and row 2.
Obviously this doesn't apply when n is equal or smaller than 1.
Could anyone help me with that? Thanks.