View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
RB Smissaert RB Smissaert is offline
external usenet poster
 
Posts: 2,452
Default Get items in ListView in columns

Using Excel XP.
Does anybody have a simple example of how to get items (short strings) in a
ListView control in columns?
It has to be added in a loop like this:
Add item in column 1
Add item in column 2
Add item in column 3
Add item in column 1
etc.
Seems a simple thing, but I can't get it to work.
Thanks for any assistance.

RBS