Search code examples
excelcatalog

Autocompiling excel sheet from catalog


I need to create an excel sheet where the user can select many products and for each one the corrispondent row will be automatically compiled with the product info inserted in another sheet (or something that represents the product catalog). How can I do? Thank you!


Solution

  • Start simpler. Given that it sounds like you are still pretty new to the features of Excel and VBA in particular, I think you may want to read up a little on some of the options before diving into so large a project.

    Below are some links I found from Googling some of the topics you asked about, I hope they help:

    Once you have a rudimentary project put together with some code and are stuck, bring us those specific questions that have you stuck so we can help you work through them.

    Good luck!