How Do I Load A ComboBox RowSource From The Results Of Another ComboBox
Hey Bob,
Yes it does!!! Thanks,
And thanks also to Chip for his contribution, it also works - Thanks
Chip.
Please, keep up the good work - Both of you.
-Minitman
On Tue, 26 Oct 2004 19:33:52 +0100, "Bob Phillips"
wrote:
Does this do it for you?
CBox2.RowSource = Range(CBox1.Value).Address
|