Thread: row source
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Zaahir Zaahir is offline
external usenet poster
 
Posts: 35
Default row source

Hi

I have a combobox on a userform.

frmMain.cmb1.RowSource = CustomerInfo

this code returns an error msg "Could not set rowsource, invalid property
value"

how do i set the rowsource correctly?

thanx