Multiple "With" commands - Please help
HELP
I have a screen full of comboboxes and when I initiate the form I want
to populate the drop downs.
I want to populate many of them with the same info but cannot work out
the WITH commands to populate many boxes with the same info.
i.e. With cboxDay1,cboxDay2
.add ("1")
.add ("2")
End With
- This command does not work
Please help
|