Thread: combo boxes
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
mangesh_yadav[_129_] mangesh_yadav[_129_] is offline
external usenet poster
 
Posts: 1
Default combo boxes

ok. In that case, do the following. As you said earlier, you have th
vba command ComboBox3.List = Array("No", "Yes"). Name the sub in whic
this line is as:

Sub Auto_Open()

This would be enough.

- Manges

--
Message posted from http://www.ExcelForum.com