Sort forms

TODDY

New Member
Joined
Sep 10, 2003
Messages
22
I have been given a spread sheet that needs updating.
There is a button (sort) that when pressed comes up with a form giving the user options to select. I understand that this is a macro, but how do you produce a form.
Sorry if this is not clear i do not seem to be able to paste into this box .
 

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.
Hi,

you would need a bit experimenting
start the Visual Basic Editor (via Menu Tools, Macro or press ALT+F11).
you will find modules of different kinds and forms (brows in the left pane)

create a userform yourself?
On the Insert menu in the VBE, click Form
(or use the rightclick menu)
there you go :)

feel free to ask more specific questions

kind regards,
Erik
 
Upvote 0
Is it a UserForm?

Press Alt+F11 to go to the Visual Basic Editor. Do you see any UserForm objects under your workbook in the Project window?
 
Upvote 0
thanks i can see how to produce a form now.
Is it possible to edit forms allready created
 
Upvote 0

Forum statistics

Threads
1,215,604
Messages
6,125,792
Members
449,260
Latest member
Mrw1

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