Hi there,
Thanks in advance for any help! This is all using VBA..
I am trying to have a userform automate some work I have to manually enter each time. I have column A self populate according to column B. With column B I am stuck though. In the userform I have a textbox to collect how many rows are to be populated.
I need column B to find the first blank cell in the column, then loop according to the input from the user form. For example if they input the number 10, then this macro will fill the next ten blank cells in column B.
any ideas?
Thanks in advance for any help! This is all using VBA..
I am trying to have a userform automate some work I have to manually enter each time. I have column A self populate according to column B. With column B I am stuck though. In the userform I have a textbox to collect how many rows are to be populated.
I need column B to find the first blank cell in the column, then loop according to the input from the user form. For example if they input the number 10, then this macro will fill the next ten blank cells in column B.
any ideas?