|
-
Apr 16th, 2004, 12:12 AM
#1
Thread Starter
New Member
listview value
hi...
is me again..
well, i would like to know how to get the value inside the listview..
it is bcoz in my list view, i have 3 columns
n the third column i'm using text box tht enable user to key in value..
now, my problem is,
i can get the value frm the 1st 2 column,but i can't get frm the third column bcoz it is a txt box..
how can i get the value in the text box??
the part with *** is the part tht i donno how to get the value..
hope to receive help frm u guys..
thanks a lot..
For Each Item In checkedItems
.Selection.TypeText(Text:=Trim(tNo + 1) + ")")
.Selection.MoveRight()
.Selection.TypeText(Text:=UCase(Item.SubItems(1).Text))
.Selection.MoveRight()
******* .Selection.TypeText(Text:=Item.SubItems(2).Text)****
Next
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|