Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You did fine. Those controls are MSForms controls. That means that they come
from the Control Toolbox Toolbar--not the Forms toolbar. (Don't look at the formula bar when you select these objects! <vbg) dan dungan wrote: 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 -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks Dave,
I'm looking at anything to try and understand why my spreadsheet won't stop calculating. <vbgasp0 I have another thread where I'm trying to figure that out. Thanks again, Dan |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
=EMBED("Forms.TextBox.1","") | Excel Discussion (Misc queries) | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
change "true" and "false" to "availble" and "out of stock" | Excel Worksheet Functions | |||
HELP on "left","right","find","len","substitute" functions | Excel Discussion (Misc queries) | |||
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next | New Users to Excel |