N
Nick Porter
Hi All,
Is it possible to Filter the "Save As" dialog (msoFileDialogSaveAs) through
VBA in Word?
When I try:
Set dlg = objWord.FileDialog(msoFileDialogSaveAs)
With dlg
.InitialFileName = "http://SharepointServer/Site/"
.InitialView = msoFileDialogViewWebView
.Title = "Save to Document Library..."
.Filters.Clear
.Filters.Add "Outlook", "*.msg"
I receive the error:
Run-time error '438':
Object doesn't support this property or method
Really just looking for confirmation and/or any workarounds?
Kind Regards
Nick.
Is it possible to Filter the "Save As" dialog (msoFileDialogSaveAs) through
VBA in Word?
When I try:
Set dlg = objWord.FileDialog(msoFileDialogSaveAs)
With dlg
.InitialFileName = "http://SharepointServer/Site/"
.InitialView = msoFileDialogViewWebView
.Title = "Save to Document Library..."
.Filters.Clear
.Filters.Add "Outlook", "*.msg"
I receive the error:
Run-time error '438':
Object doesn't support this property or method
Really just looking for confirmation and/or any workarounds?
Kind Regards
Nick.