J
Jeff
I have created an attendance worksheet that details names as column headers
and dates as row headers. I want to place a Combo Box in the intersecting
cells that pulls from an abbreviations listing on another worksheet. I also
must be able to sum the selected abbreviations or run a pivot table. I would
rather do this all in Access, but my supervisor won't go for it.
I used the following code and the drop-down worked for a minute, but now it
just shows the chosen abbreviation.
Private Sub ComboBox1_Click()
Forms.ComboBox1.List = Array("A", "D", "E", "H", "I", "B", "L", "N", "P",
"S", "T", "V", "W")
End Sub
Any help would be greatly appreciated!!!
Jeff
and dates as row headers. I want to place a Combo Box in the intersecting
cells that pulls from an abbreviations listing on another worksheet. I also
must be able to sum the selected abbreviations or run a pivot table. I would
rather do this all in Access, but my supervisor won't go for it.
I used the following code and the drop-down worked for a minute, but now it
just shows the chosen abbreviation.
Private Sub ComboBox1_Click()
Forms.ComboBox1.List = Array("A", "D", "E", "H", "I", "B", "L", "N", "P",
"S", "T", "V", "W")
End Sub
Any help would be greatly appreciated!!!
Jeff