Hi
I have created a tool at work which looks up certain products via combo box and refines the selections in a second combo to the ones that apply to that model. For example: All of the models are photocopiers basically, so I select a particular photo copier and the the optional accessories available for it appear in the drop down list of the second combo box.
That is all sorted, I then do a series of vlookup's to fetch the pricing informaiton and description etc, and this forms a nice neat row at the top of my sheet.
I then have a button called Add that copies the fetched row into a list. Currently it does this by inserting a new row (always at the same place and copying the fetched row above into the newly created row.
Fetched data - - -
Column headers
Insert blank Row
data 3
data 2
data 1
Hope thats clear. What I really need to do is paste them into the list in the other direction i.e. add each item to the bottom of the list instead of at the top and I can't find a neat way of doing it.
I've considered using a count function to count the items already in the list and try to do a cell reference based on the count+1 sort of thing but I could use a few pointers or if you know of a better way of doing this I'd apreciate any help.
Thanks in advance
I have created a tool at work which looks up certain products via combo box and refines the selections in a second combo to the ones that apply to that model. For example: All of the models are photocopiers basically, so I select a particular photo copier and the the optional accessories available for it appear in the drop down list of the second combo box.
That is all sorted, I then do a series of vlookup's to fetch the pricing informaiton and description etc, and this forms a nice neat row at the top of my sheet.
I then have a button called Add that copies the fetched row into a list. Currently it does this by inserting a new row (always at the same place and copying the fetched row above into the newly created row.
Fetched data - - -
Column headers
Insert blank Row
data 3
data 2
data 1
Hope thats clear. What I really need to do is paste them into the list in the other direction i.e. add each item to the bottom of the list instead of at the top and I can't find a neat way of doing it.
I've considered using a count function to count the items already in the list and try to do a cell reference based on the count+1 sort of thing but I could use a few pointers or if you know of a better way of doing this I'd apreciate any help.
Thanks in advance