Better if you use Dynamic Named Ranges and use the Name in the RowSource
http://www.ozgrid.com/Excel/DynamicRanges.htm
--
Regards
Dave Hawley
www.ozgrid.com
"Rock" <(E-Mail Removed)> wrote in message
news:C01CFBC8-CE74-41EB-8258-(E-Mail Removed)...
>I figured it out. While in VBA design view Right click on the combo box
>and
> select properties go to row source and put the name and range that you
> want
> to be included in the comb box..
>
> "Rock" wrote:
>
>> I have an excel workbook with a Userform. Using the toolbox, I can add a
>> combo box to the form, however I am not sure how to get the selections
>> that I
>> want to be available in the combo box to display in the combo box. Can
>> you
>> explain to me how to do that?