making a combobox uneditable by the user

C

chris_toronto

Hi,

New here, also fairly new to VBA. I am trying to set a combobox in
Visio to be non-editable by any user.

I don't see a property associated with this feature. Someone in a
previous thread mentioned that you could set the Style to 2.

Could anyone clarify this for me?

Thanks in advance,

Chris
 
C

chris_toronto

Hmm, can't seem to find what the control you're referring to. As far as
I can tell VBA for Visio doesn't really incorporate this aspect. I'll
probably use buttons instead I guess as a workaround for now.
 
J

JuneTheSecond

I am sorry, I thought you were thinking about CommandBarComboBox.
If you are thinking about control on UserForm, an alternative might be
ListBox.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top