

Folder Picker dialog box - lets users select a path.The file paths that the user selects are captured in the FileDialogSelectedItems collection. File Picker dialog box - lets users select one or more files.SaveAs dialog box - lets users select a single file that you can then save the current file as using the Execute method.


No it is not, however there is a built in function in Mac VBA called MacScript, which you pass applescript through to get a value back, see my previously linked thread for more detail on this.ĭifference between Application.Filedialog(msoFileDialogSaveAs) and Application.Dialogs(xlDialogSaveAs)?Īpplication.Filedialog gives access to four file dialog style boxes:. Is Application.Filedialog(msoFileDialogSaveAs) support in Mac excel 2011 vba? I've just answered this question and your question here was referenced.
