H
H.A. de Wilde
LS,
from Excel with VBA using a UserForm I can display the files in a
special directory, using:
With Application.FileDialog(msoFileDialogOpen)
..InitialFileName = strPath & "\*"
..AllowMultiSelect = False
..Show
End With
How do I manage that from that FileDiaolog a file (.xls, .doc or .txt)
can be opened?
Doubleclick on the file gives no result.
from Excel with VBA using a UserForm I can display the files in a
special directory, using:
With Application.FileDialog(msoFileDialogOpen)
..InitialFileName = strPath & "\*"
..AllowMultiSelect = False
..Show
End With
How do I manage that from that FileDiaolog a file (.xls, .doc or .txt)
can be opened?
Doubleclick on the file gives no result.