I need to generate a printable list.
I have an information table that has a product code, followed by description, location etc.
I want an input box that the user can enter the product code and a quantity and those get added to the list including description and location.
Also, if the user enters the same product code twice, I need it to just add the quantity to the original entry line of that product and not just list it twice.
Sorry, one last thing. The printable list needs to then put these in order of highest quantity to lowest.
If anyone out there can give me some advice I would be most appreciative as I'm pretty new to VBA and this is just a bit too far beyond my limited knowledge.
Kind Regards,
Peter.
I have an information table that has a product code, followed by description, location etc.
I want an input box that the user can enter the product code and a quantity and those get added to the list including description and location.
Also, if the user enters the same product code twice, I need it to just add the quantity to the original entry line of that product and not just list it twice.
Sorry, one last thing. The printable list needs to then put these in order of highest quantity to lowest.
If anyone out there can give me some advice I would be most appreciative as I'm pretty new to VBA and this is just a bit too far beyond my limited knowledge.
Kind Regards,
Peter.
Last edited: