If I create a listbox how can I specify "named entries into the list".
So say I have a 3 named range which comprise 4 different cells.
So
Range 1 = (A2:A4:A5:A7)
Range 2 = (A3:A4:A6:A7)
Range 3 = (A2:A5:A6:A8)
If I want these ranges represented in the listbox as Range 1 = "Monday", Range 2 = "Tuesday", Range 3 = "Wednesday" how can I go about this. I can create listboxes based of ranges, but cannot get a named range displayed in the listbox.
Any help or links to good info appreciated.
So say I have a 3 named range which comprise 4 different cells.
So
Range 1 = (A2:A4:A5:A7)
Range 2 = (A3:A4:A6:A7)
Range 3 = (A2:A5:A6:A8)
If I want these ranges represented in the listbox as Range 1 = "Monday", Range 2 = "Tuesday", Range 3 = "Wednesday" how can I go about this. I can create listboxes based of ranges, but cannot get a named range displayed in the listbox.
Any help or links to good info appreciated.