I use this code to open a dialogbox to select a file:
Dim Vfile
Vfile = Application.GetOpenFilename
now…
i know the dir c:miadir an in this dir are many file with diffrent exstention (.doc, .xls, .csv..)
is possible to open a dialogbox from the dir in object and show only the file with .csv exstention?
tks.