Home > Community > Automation and VBA > VBA File Browser > Antwort auf: VBA File Browser

#12902
HerveM1234HerveM1234
Teilnehmer

Hi,

Why the syntax :


fileToOpen = Application _
    .GetOpenFilename("Text Files (*.txt), *.txt")
If fileToOpen  False Then
    MsgBox "Open " & fileToOpen
End If

returns “error 438” ?

How to browse directories using FlexPro VBA ?
Thanks