Combox is editable and cursor blinking

  • Thread starter Thread starter magix
  • Start date Start date
M

magix

Hi

The combo box that I created in userform is editable and have cursor
blinking. why ? It not supposed to be editable and have cursor. It should
only select from list.

How can I change that ? Do I miss out something on setting the combo box
properties ? I didn't see any attribute that relevant to prevent the combo
box from editable and cursor blink.

Please advise. Thanks

Regards, Magix
 
Hello.

Combo1.Style=2

Regards.

Segundo


--------------------------------------------------------------------------------

Hi

The combo box that I created in userform is editable and have cursor
blinking. why ? It not supposed to be editable and have cursor. It should
only select from list.

How can I change that ? Do I miss out something on setting the combo box
properties ? I didn't see any attribute that relevant to prevent the combo
box from editable and cursor blink.

Please advise. Thanks

Regards, Magix
 
ok, i went to "Appearance"-> "Style" -> select "2 - fmStyleDropDown", then it is not longer Editable, but when run the cursor still there.
Hello.

Combo1.Style=2

Regards.

Segundo


------------------------------------------------------------------------------

Hi

The combo box that I created in userform is editable and have cursor
blinking. why ? It not supposed to be editable and have cursor. It should
only select from list.

How can I change that ? Do I miss out something on setting the combo box
properties ? I didn't see any attribute that relevant to prevent the combo
box from editable and cursor blink.

Please advise. Thanks

Regards, Magix
 
magix

Perhaps you are still in "Design Mode".

On the Toolbar click on the "design mode" button which toggles you in and out
of that mode.


Gord Dibben Excel MVP
 
not true. I tried toggling, but still the same.

Gord Dibben said:
magix

Perhaps you are still in "Design Mode".

On the Toolbar click on the "design mode" button which toggles you in and out
of that mode.


Gord Dibben Excel MVP
 
Back
Top