View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
GPDynamics GPDynamics is offline
external usenet poster
 
Posts: 4
Default Combo Box ListRows property; changing programmatically

Does anyone know how to programmatically change the ListRows property of a
Combo Box?

Using VBA I would like to run a Distinct query against a DB (which I can
do). That query will return values to a Dynamic Named Range, whose Row Count
provides the value for the ListRows property of a Combo Box (with a preset
maximum of 20).

Thanks for your assistance in this regard.

Michael