Is it possible to make a simple interface for an excel worksheet!?

elmoh3n

New Member
Joined
Dec 14, 2013
Messages
3
Hi guys! I've developed two excel workbook recently, one of those is an excel-vba and the other on is a linked simple workbook which contains the excel-vba's required data. My excel-vba workbook contains a command button in its first worksheet and some calculation steps including equations written in excel cells and in its' vba code too. The resulting data will be shown in the last worksheet when the button clicked. As the excel spreadsheet is a messy user interface for some people :eeek:, I'm eager for converting that to a more simple UI ;). Can any body help me about this? Thanks in advance.
 

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.
Try a UserForm. See http://www.contextures.com/xlUserForm01.html for a primer and to see how they can help you.

If you need a more advanced interface than a userform there are methods to lock down a sheet and change its appearance to create a neat user interface.
 
Upvote 0

Forum statistics

Threads
1,226,693
Messages
6,192,464
Members
453,725
Latest member
cvsdatreas

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