Get a file name from the user
1 2 3 4 | Sub Main ' gets a file path (see User Input in Sax Basic Language for options) Debug.Print GetFilePath(, "sav;sps", ,"Please select the file", 0) End Sub |
Related pages
...
Navigate from here
1 2 3 4 | Sub Main ' gets a file path (see User Input in Sax Basic Language for options) Debug.Print GetFilePath(, "sav;sps", ,"Please select the file", 0) End Sub |
...