PDA

Click to See Complete Forum and Search --> : Getting Combo Box to show -Please select- text


galpinm
Dec 1st, 1999, 05:11 PM
I am adding a ComboBox to a worksheet, purely in a list format with several available choices. However the default view is none of these choices show immediately - the box is blank until you hit the drop down arrow. Does anyone know how I can enter the text --Please Select Data Type--- to show in the box at the beginning ?
thx
Mark

Andy Collyer
Dec 1st, 1999, 06:29 PM
Combo1.Text = "-- Please Select Data Type --"

HTH

AndyC