Thread: listbox code
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 6,953
Default listbox code

or even

j=0 to me.lstdata.columns.count-1

--
Regards,
Tom Ogilvy


"Ivan Raiminius" wrote:

sorry,

need to replace:
or j=0 to me.columns.count-1
with
or j=0 to me.istdata.columns.count-1

Regards,
Ivan