-
FlexPro
- Zoom sur FlexPro
- Fonctionnalités & Options
- Domaines d’application
- Tous les avantages
- Nouveau dans FlexPro 2021
- Testez FlexPro gratuitement
- FlexPro View OEM Freeware
- Conseils d’achat
- Login
- Langue
- +49 6894 929600
- infoweisang.com
- Google Maps
- Produits
- News
- Support
- Société
- Emplois
- Contact
- Login
- Langue
- +49 6894 929600
- infoweisang.com
- Google Maps
Accueil > Community > Automation and VBA > VBA File Browser > Reply To: VBA File Browser
February 15, 2016 at 1:39 pm
#12902
HerveM1234
Participant
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