So I've been (painfully) teaching myself UserForms (with a little help). Not great by any means but I'm progressing ok.
Yet this has me absolutely stumped and I'd really appreciate a clue if anyone will lend me one.
The UserForm has 5 Tabs, each has a Listbox drawing from the same RowSource "MyList" (a list of 3 choices) and they are linked back via ControlSource to a column in a worksheet "Workings" B1 through B5.
Listboxes 2 - 5 work perfectly. You can make a selection, the selection gets a blue background, it copies to Workings!B2(3,4,5).
Listbox 1 won't do this. The selection doesn't turn blue, nor does it transfer to Workings!B1. Actually, it's more irrational, it does turn blue on the 3rd selection of the list but not the first 2.
I've tried deleting and recreating the listbox, copying one of the working ones from tabs 2 -5, all with the same result.
Any ideas - short of 'Give Up' - would be welcome
David
Yet this has me absolutely stumped and I'd really appreciate a clue if anyone will lend me one.
The UserForm has 5 Tabs, each has a Listbox drawing from the same RowSource "MyList" (a list of 3 choices) and they are linked back via ControlSource to a column in a worksheet "Workings" B1 through B5.
Listboxes 2 - 5 work perfectly. You can make a selection, the selection gets a blue background, it copies to Workings!B2(3,4,5).
Listbox 1 won't do this. The selection doesn't turn blue, nor does it transfer to Workings!B1. Actually, it's more irrational, it does turn blue on the 3rd selection of the list but not the first 2.
I've tried deleting and recreating the listbox, copying one of the working ones from tabs 2 -5, all with the same result.
Any ideas - short of 'Give Up' - would be welcome
David