I've been messing around with userforms and macros for a little bit but frankly I'm lost when I tried this one. I have pretty basic yes/no popups and have done macros to insert data into the next empty row, that sort of thing.
Anyways.
I have a userform that I am making using comboboxes and text entry. I would like the information in that form to eventually end up inserted as a new line below the cell that contains the same information in combobox1.
Example:
Box1 = Dog,
Box2 = Small
Text box= blahblah...
Hit the 'confirm' button and all that information is entered into the spreadsheet under the header 'Dog' (sheet will have a dozen or so headers probably)
I found tons of information on using 'next blank line' as the insert point but not much on a specific value, so I'm kind of stuck. I tried using a few different methods but always get stuck at the point where I need to tell the macro where the finished result has to go.
Anyways.
I have a userform that I am making using comboboxes and text entry. I would like the information in that form to eventually end up inserted as a new line below the cell that contains the same information in combobox1.
Example:
Box1 = Dog,
Box2 = Small
Text box= blahblah...
Hit the 'confirm' button and all that information is entered into the spreadsheet under the header 'Dog' (sheet will have a dozen or so headers probably)
I found tons of information on using 'next blank line' as the insert point but not much on a specific value, so I'm kind of stuck. I tried using a few different methods but always get stuck at the point where I need to tell the macro where the finished result has to go.