Search results

  1. S

    Filesystemobject File Picker Does not Highlight Initial File

    I am using the following code to select files using Microsoft Office's file dialog: Public Function fTestFilePicker() As String Dim fdFileSelection As Office.FileDialog, lstrFileName As String Const kInitialFile = "F:\Testbed\Test.txt" Set fdFileSelection =...
Back
Top Bottom