Excel Userform Properties Confusion

robertrobert905

Board Regular
Joined
Jun 27, 2008
Messages
139
I'm having trouble setting the properties on my userform objects. I looked at the VBA help section, but it has very limited help and I couldn't really find anything online. Is there a website that explains what each property does to an object in an userform?
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
How are you trying to set the properties?

What properties of what objects are you trying to set?

And when are you trying to set them?
 
Upvote 0
Hello, thanks for the reply

my userform has many textboxes, comboboxes, labels, multipages, commandbuttons.

so far all i can do is set someof the basic properties. I'm setting them in the visual basics window, (so not at run time).

eg, for a combobox i can set its rowsource, appearance, matchentry and match required.

But if you look at the properties window of a combobox it has so many properties that you can set to it, and more than half of it I have no idea what they do or what effect they will have. So I would like to learn them and i want to know if there is a site that teaches those things.
 
Upvote 0
I really don't know of a particular site that's going to give you what you want.

Mostly, I think, you really shouldn't be bothered about all the available properties.

Most of them will be set to defaults and you probably don't need to change them anway.

You could try just selecting the property you want more information about and pressing F1.

That should hopefully display a context-sensitive help item for the property you've selected.

I know that might not be exactly what you are looking for but it might help.:)
 
Upvote 0

Forum statistics

Threads
1,214,653
Messages
6,120,750
Members
448,989
Latest member
mariah3

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