Help on a Drop down or listbox on a VBA form?
Posted by Phil on June 26, 2000 12:52 PM
I am simply trying to put a selection list on a VBA form that is linked back to a range of cells. I have found code that is made for this, but I cant get it to work. The code I am attempting to use is "ActiveDialog.listboxes("listbox1").ListFillRange = "sheet!$a$2:$a$5".
I receive a "Run Time Error 91" "Object Variable or With Block Variable not Set"
Can anyone tell me the correct way to do this. Surely it cant be that complicated. Thanks