Hi Everyone,
I need my VBA code to populate info from any of the product sheets in the workbook, which have multiple rows on them. Also, it will need to see when line 17 is full and then move down to the next open row. I have uploaded the spreadsheet for a better understanding of what I am...
Hey your solution is awesome and helped me a lot. I used the code in your macro, I have just one question: I need the information to carry over on the quote page to cell A:17 and it starts in A:1, how do I fix that? Here is the code I used:
Sub quote()
Dim Row As Integer
Row =...
Hi, I have a workbook that contains multiple price sheets for different products. Each price sheet contains drop down menus for the respective product within that price sheet, including prices and sku numbers. The goal is: when someone chooses a product from the drop down menu on a price...