Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 39
Default ListView help

How do I add a item to a listview that has 2 columns? I am using
Microsoft Listview Version 6.0
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,452
Default ListView help

Dim lvwItem As ListItem
Dim lvwSubItem As ListSubItem

Set lvwItem = lvwXXX.ListItems.Add(, , "value1")
Set lvwSubItem = lvwItem.ListSubItems.Add(, , "value2")


RBS


"EAB1977" wrote in message
...
How do I add a item to a listview that has 2 columns? I am using
Microsoft Listview Version 6.0


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
listview in multitab x taol Excel Programming 0 February 28th 08 08:39 AM
ListView information Alex St-Pierre Excel Programming 1 October 26th 06 11:45 AM
ListView Question vqthomf Excel Programming 0 November 24th 05 01:08 PM
bug listview? RB Smissaert Excel Programming 2 September 2nd 04 02:34 PM
How to use Listview control kvenku[_10_] Excel Programming 2 June 1st 04 05:45 AM


All times are GMT +1. The time now is 06:25 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"