|
-
Oct 18th, 2000, 04:45 PM
#1
Thread Starter
Lively Member
how can i open a file using a common dialogue instead of doing it this way:
____________________________________
Dim i As Integer
Dim temp As String
i = 0
CountAges = 0
Open "a:\data.txt" For Input As #1
i = i + 1
Input #1, Names(i), Ages(i)
CountAges = i
_________________________________
how do bring up the open dialogue box instead of accessing the file directly????
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
|