View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Boba Boba is offline
external usenet poster
 
Posts: 27
Default RowSource as a row

Hi;
what is the proper syntax for RowSource:
ListBox1.RowSource=Range("A1:L1")
gives me just A1 cell as the only element
in the ListBox.List. Thanks. Boba