dmurphy1991
New Member
- Joined
- Jan 10, 2014
- Messages
- 22
So, i'm new to using VBA but have managed to get a few things done through online help etc.
but i'm now trying to build my own macro instead of editing and adding to an existing example.
basically i'm tryign to create a hypothetical summary of a company's stores' sales for the day. I want the user to be able to specify the number of stores that were open, and then from A2 down, populate A with 'Store' & Number up to the user enetered value.
I.e. user enters 4 stores:
A B C
Store 1
Store 2
Store 3
Store 4
The ultimate goal is to allow the user to set all parameters including budgets (something i have done using an existing example), number of stores open and to be able to enter any reason for falling outside of budgets (also covered from existing example). and the user to be able to chose to lookup the sales value for each store (based on a raw sales sheet which would hypothetically be compiled from each store sending a report) or to chose to manually enter rach store's sales figures for the day.
Any help would be greatly appreciated.
Thanks
Dave
but i'm now trying to build my own macro instead of editing and adding to an existing example.
basically i'm tryign to create a hypothetical summary of a company's stores' sales for the day. I want the user to be able to specify the number of stores that were open, and then from A2 down, populate A with 'Store' & Number up to the user enetered value.
I.e. user enters 4 stores:
A B C
Store 1
Store 2
Store 3
Store 4
The ultimate goal is to allow the user to set all parameters including budgets (something i have done using an existing example), number of stores open and to be able to enter any reason for falling outside of budgets (also covered from existing example). and the user to be able to chose to lookup the sales value for each store (based on a raw sales sheet which would hypothetically be compiled from each store sending a report) or to chose to manually enter rach store's sales figures for the day.
Any help would be greatly appreciated.
Thanks
Dave