|
-
Mar 13th, 2000, 04:41 AM
#1
Thread Starter
Member
I'M TRYING TO OPEN A DAT FILE BUT WHEN I CLICK ON THE FILE, IT SAYS IT NOT FOUND, HELP!!!
CommonDialog1.Filter = "Data Files(*.dat)|*.dat"
CommonDialog1.ShowOpen
Dim loadedfile As String
loadedfile = CommonDialog1.filename
Dim Load As Long
Load = Shell("" & loadedfile, vbNormalFocus)
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
|