Designing a userform in Excel

gulli09

New Member
Joined
Dec 28, 2011
Messages
37
I'm working on a project for a company with 15 departments. I worked most of the small parts out but I'm wondering about the best way to design a user form. What I need is a simple input sheet where each department can, for a sake of argument assign a new sale. They would assign their name, department name cost of sale, profit of sale etc. and those numbers be automatically transferred to a bigger output sheet where the upper management can view them all.

The sales would also need to be edited, if at a later point they were to change. So basically I'm trying to design a input sheet where each department can assign new sales which move to a output sheet whilst also being update able at a later time(using something like sparklines to show the changes)

What would be the best way to design such a input sheet, is it possible do this with a user form? It's supposed to be as easy to work with as possible, so I would prefer to avoid using add-ins or complex procedures(for the ones assigning the sales, the programming can be complex)

Any tips?
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
Thanks for that,

I should not have much problems managing designing the userform, what I'm mainly wondering about is whether I can update specific sales later(f.x. with a macro saying "updating sale") and whether it should be any problems for the sales to auto register in an output sheet?
 
Upvote 0
Finished the tutorial and certainly seems like a fit for me. What I would need to fix however is the data entry(f.x. that the date has to be a date, the location has to be a valid store(is it possible to use a dropdown list inside the userform?)

Should be able to figure those things out for myself,

But that leaves the two main questions. Is it possible that if store 3 assigns a sale, that the information from that goes automatically into a output sheet for Store 3, and also to the bigger output sheet that only the upper management would see? And of course, whether it's possible to update the sales on a later date?

Thanks for the awesome quick reply, hoping for another one like it that can clarify it for me so I can begin working on it, and possibly a more advanced userform guide?
 
Upvote 0
gulli09,

The short answer is YES & NO.

Yes you can update specific sales later and no problems with the output sheet.
You can accomplish almost anything you wish with a good imagination and the right code.

Firstly you want a form that will accept new sales input and add it to the sales database.
Secondly you want another form that will retrieve a specific sale from the database, allow you to edit it and update the data base.

The degree and complexity of the coding will obviously depend upon your particular situation and I feel it could be a bit difficult to put together a general illustrative example here on the forum.

If you wish to send me a PM I would be willing to email you a file that should provide you with a good few pointers.
 
Upvote 0

Forum statistics

Threads
1,223,234
Messages
6,170,891
Members
452,366
Latest member
TePunaBloke

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top