I'm having the most awful time trying to set up my rowsource for my Listbox, and would appreciate some help.
My UserForm has a name, "SelectDate"
My listbox in the userform has a name, "Listbox1"
In the Properties section of "Listbox1" I've left the "Rowsource" blank
My data to populate the listbox is in the current workbook, in a sheet called "Steps", in column G. This data is in Dynamic Named Range. The name is "Dates", the "refers to" section says "=OFFSET(Steps!G1,0,0,COUNTA(Steps!$G:$G),1)"
I have the following code in place:I've tried it with and without keying "SelectDate". Whichever way I go when I run the code I get a Run-time error 13, Type Mismatch.![]()
Please Login or Register to view this content.
What am I doing wrong?
I would appreciate any help I can get.
Bookmarks