Hi!
I would like to open the Windows dialog box "Open" with VBA specifying a filter.
With Excel I've used:
chosenFile = Application.GetOpenFilename(fileFilter:=allFileFilter, Title:=aWindowTitle, MultiSelect:=True)
but it doesn't work with VBA in Visio (GetOpenFileName doesn't exist). Is there an equivalent to use in Visio?
I've also tried to use a common dialog control but I can't insert it on my Visio drawing (I've a problem with the licence). Is there another solution to do this?
Many thanks!
I would like to open the Windows dialog box "Open" with VBA specifying a filter.
With Excel I've used:
chosenFile = Application.GetOpenFilename(fileFilter:=allFileFilter, Title:=aWindowTitle, MultiSelect:=True)
but it doesn't work with VBA in Visio (GetOpenFileName doesn't exist). Is there an equivalent to use in Visio?
I've also tried to use a common dialog control but I can't insert it on my Visio drawing (I've a problem with the licence). Is there another solution to do this?
Many thanks!