Logo 
Search:

MS Office Answers

Ask Question   UnAnswered
Home » Forum » MS Office       RSS Feeds
  Question Asked By: Magenta Ricci   on Feb 18 In MS Office Category.

  
Question Answered By: Channarong Boonliang   on Feb 18

With forms (activate Event) you can use something like the following;
the key being the .locked property of the combobox.


-----------------------------------
If Cell = yes then
Me.ComboboxName.locked = true
Else
Me.ComboboxName.locked = False
End if
------------------------------------


If the form needed to change  dynamically you would have to use a
worksheet change event to trap the Cell change and then run the above
again.

Share: 

 

This Question has 11 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Changing the choice of a Combo Box via VBA Or get search suggestion and latest updates.


Tagged: