I have a user form. All of the generic data is entered in, but there are instances when the data must be entered on multiple lines, except for one value which would change. I hate having to copy down the lines every time manually.
I added a command button on the first form (Add additional payers)
that will add all of the generic data once, and then bring up another form that just asks for the enrollment number and the number of additional payers to add, and then gives combo boxes with the list of payers.
How would I code this to:
Find the enrollment number on the worksheet
Copy range $b2:$q2 down X number of times (the value in the second textbox)
I think I've got how to add the rest of the boxes onto the lines.
I appreciate any help, I'm still pretty new with this. I can attach an example but I don't know how. Thanks.
Bookmarks