Search results

  1. N

    Multiselect In Getopenfilename Doesn't Work?

    When I set MultiSelect to True, I get the error: Run-time error '1004': Method "GetOpenFilename' of object '_Application' failed using: Dim filePath As Variant Sub ClampExtract() filePath = Application.GetOpenFilename(, , , "Select", False) End Sub If I swap False for True, it works...
Back
Top