View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Luc Dansereau[_3_] Luc Dansereau[_3_] is offline
external usenet poster
 
Posts: 3
Default Formatting Combobox

Hi

I created a combobox which content is updated through a series of VB lines.
Everything works fine except the number of lines showed by the combobox
doesn't change.

Example:
I first have 4 lines in my combobox. After the process it is supposed to
show me 7 lines but it still shows me only 4 lines. But when I look to the
combobox property, it is written 7 next to the "listrows" property.

Thanks for your help

Luc Dansereau