Dec 1, 2003 #1 Oostwijk Technical User Oct 19, 2003 82 NL How to get the number of files in a Filelistbox named File1 and store this number in a variable named $numberfiles ?
How to get the number of files in a Filelistbox named File1 and store this number in a variable named $numberfiles ?
Dec 1, 2003 #2 paulbent Programmer Mar 4, 2002 1,071 GB Dim intNumFiles As Integer intNumFiles = File1.ListCount Paul Bent Northwind IT Systems http://www.northwindit.co.uk Upvote 0 Downvote
Dim intNumFiles As Integer intNumFiles = File1.ListCount Paul Bent Northwind IT Systems http://www.northwindit.co.uk