This is confusing me somewhat, sorry.
ListItems = Range("yourRangeName").Value
Does this mean I need to have my "range names" in a "range" itself as to pick up for listbox??
I have 52 range names for the weeks of the year. Example Wk1_Jan_07,Wk2_Jan_07 and so on. These are names of ranges 15 rows high 12 columns wide.
The listbox will allow you to choose a week then I assume case statement will allow choice to be run afterwords (working on this code therory).
Also, this line in second sub "Private Sub UserForm1_Initialize()" gives me an ambiguous name detected: userform1_initialize error?
Bookmarks