Files:
click to enlarge
Description:
Yet another file dialog macro.
Allows exploration of the directory structure. (multiple folders)
No need to hard code the directory in the macro.
You set the 'FileExt' variable file extension in the macro to suit your application (currently set to 'CSV').
The macro calls the 'ReadFile' subroutine where you code should begin.
The macro sets the following variables:
* 'PathName'
* 'FileName' (which includes the path)

DeltaCad Ver. 8    /   By: AlanCooper

GetFile.bas < BACK