View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
patrick molloy patrick molloy is offline
external usenet poster
 
Posts: 391
Default ComboBox List Fill Range

ComboBox1.RowSource = Range("Ag2").Value


Patrick Molloy
Microsoft Excel MVP
-----Original Message-----
I want to use the text string that I have in cell ag2 as
the ListFillRange in a combobox.

How would I do that?
.