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

#9430
Bernhard KantzBernhard Kantz
Teilnehmer

GetOpenFilename() is (as the error 438 states) no part of the FlexPro object model. It is a function from the Win32 API (and also mimicked by MS Office applications).
You may use the FileDialog property to display a file chooser. An example can be found in the online help (Index: FpFileDialog (object), follow Example link).