View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Last item in listbox not getting displayed.- - Excel VBA appln.

I have never had the problem, but as I recall, suggestions for this involve
the IntegralHeight property.

Try each setting (true or false) and see if either helps.

--
Regards,
Tom Ogilvy


"Nazhat Aysha" wrote in message
...
In an Excel VBA Application we have a Listbox(Activex Control).the last

item
though physically present is invisible (just doesn't show up though using

the
down arrow key we can reach it).
We assign the list box items during run time.

for ex, if we assign 10 items to the list box the last item is not visible
though it is present there


Is there a solution to this problem ? Any pointers to the solution will

also
be highly appreciated.