I'm using VBA and Excel and I'm stuck on something. Say I have a worksheet range with 3 entries in it (North, South, East). I want to create a userform with those 3 items listed on a frame as option buttons (with associated label). The next time the macro is run there might be 2 or 4 entries in the range (say West is added). Now I need the userform to show those 4 option buttons on a frame that allows the user to select one of the 4 to perform an action on, say printing records. Can anyone help me?