View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
dan dungan dan dungan is offline
external usenet poster
 
Posts: 411
Default what does =EMBED("Forms.ComboBox.1","") mean?

Hi,

In excel 2000, i added a combobox from the control toolbox toolbar to
my worksheet. When I select the combobox in design mode the formula
bar shows =EMBED("Forms.ComboBox.1","")

I didn't chose the combobox from the forms toolbar.

Textboxes also show a similar formula.

Am I using these objects properly?

Dan