C
chris
Okay, to put as much detail as I can because this problem
is really
bugging.
1.)in a basic excel sheet I went into view, toolbar, and
created a number
of combo boxes on a sheet. No form created.
2.)I wrote in the code ( Worksheet_SelectionChange):
Me.CSQC.Clear
Me.CSQC.AddItem ""
Me.CSQC.AddItem "Michelle McGee"
Me.CSQC.AddItem "Ted Herrera"
Me.CSQC.AddItem "Don Anderson"
Me.CSQC.AddItem "Ed MaaRouf"
Me.CSQC.AddItem "Traci Willman"
Me.CSQC.AddItem "Lori Bottom"
Me.CSQC.AddItem "John A. Anderson"
Me.CSQC.AddItem "Tim Crull"
just an example of each combo box.
3.) now the user can select on of these choices. Let's
say I pick michelle
and then I click into a cell somewhere in the sheet. The
selection
disappears! I can't figure out why.
please help. I got a feeling that it has to do with
Worksheet_SelectionChange but since we are dealing with a
sheet. would the
above code go into activate or what?
thank you.
is really
bugging.
1.)in a basic excel sheet I went into view, toolbar, and
created a number
of combo boxes on a sheet. No form created.
2.)I wrote in the code ( Worksheet_SelectionChange):
Me.CSQC.Clear
Me.CSQC.AddItem ""
Me.CSQC.AddItem "Michelle McGee"
Me.CSQC.AddItem "Ted Herrera"
Me.CSQC.AddItem "Don Anderson"
Me.CSQC.AddItem "Ed MaaRouf"
Me.CSQC.AddItem "Traci Willman"
Me.CSQC.AddItem "Lori Bottom"
Me.CSQC.AddItem "John A. Anderson"
Me.CSQC.AddItem "Tim Crull"
just an example of each combo box.
3.) now the user can select on of these choices. Let's
say I pick michelle
and then I click into a cell somewhere in the sheet. The
selection
disappears! I can't figure out why.
please help. I got a feeling that it has to do with
Worksheet_SelectionChange but since we are dealing with a
sheet. would the
above code go into activate or what?
thank you.