|
-
October 28th, 1999, 12:39 PM
#1
Listbox items
Is it possible to recognize an item in a listbox as something other than a string? Specifically, I have some listboxes containing dates and I need to be able to assign the value to a variable as a date and not a string. Is this possible or am I way off base?
thanks,
Andrew
-
October 28th, 1999, 12:48 PM
#2
Re: Listbox items
You could easily apply the CDate Function on the List Item, eg.
MyDate = CDate(List1.List(iIndex))
Where iIndex is the Index No. of the List Item.
Aaron Young
Analyst Programmer
[email protected]
[email protected]
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
|