accesspoot
New Member
- Joined
- Aug 30, 2017
- Messages
- 3
I'm not sure which section to post this in, any advice on a more appropriate forum is appreciated.
I am trying to create a master inventory worksheet for a small business - one that can auto populate the data into a separate worksheet to analyze sales history and then re-clear the master sheet for the next entry. I have tried googling many different things but am not sure the exact specifics for what I would like to accomplish. I apologize if my post is confusing, I will do the best I can to clearly describe what I would like to accomplish.
For additional background - this small business has less than 75 total products and will be doing inventory daily. All products are counted in the same unit of measurement, individually packaged.
What I had in mind is to have a main 'Master Inventory' sheet with a complete list of products in Column A and Column B would remain blank to enter the current amount on hand. Once inventory is fully entered, the user would hit a command button ('Submit') at the bottom to automatically transfer the data to a second "Sales History" worksheet which would timestamp each inventory entry. The "Sales History" worksheet would contain the same information in Column A as the "Master Inventory" but would continue to add each new inventory entry, complete with timstamp, into the following column (column b, c, d, e, etc.).
Any advice on how to accomplish this? I've created command buttons before for similar functions, but have always copied the code from online and don't fully understand VBA yet. Thanks in advance!
I am trying to create a master inventory worksheet for a small business - one that can auto populate the data into a separate worksheet to analyze sales history and then re-clear the master sheet for the next entry. I have tried googling many different things but am not sure the exact specifics for what I would like to accomplish. I apologize if my post is confusing, I will do the best I can to clearly describe what I would like to accomplish.
For additional background - this small business has less than 75 total products and will be doing inventory daily. All products are counted in the same unit of measurement, individually packaged.
What I had in mind is to have a main 'Master Inventory' sheet with a complete list of products in Column A and Column B would remain blank to enter the current amount on hand. Once inventory is fully entered, the user would hit a command button ('Submit') at the bottom to automatically transfer the data to a second "Sales History" worksheet which would timestamp each inventory entry. The "Sales History" worksheet would contain the same information in Column A as the "Master Inventory" but would continue to add each new inventory entry, complete with timstamp, into the following column (column b, c, d, e, etc.).
Any advice on how to accomplish this? I've created command buttons before for similar functions, but have always copied the code from online and don't fully understand VBA yet. Thanks in advance!