isladogs
MVP / VIP
- Local time
- Today, 11:37
- Joined
- Jan 14, 2017
- Messages
- 18,624
I have NEVER used Call with .Filters.Clear or .Filters.Add in this context. Access doesn't complain.
In fact I hardly ever use Call in any of my code
This is the note in the link @Gasman helpfully provided in post #18
In fact I hardly ever use Call in any of my code
This is the note in the link @Gasman helpfully provided in post #18
A run-time error occurs if the Filters property is used in conjunction with the Clear, Add, or Delete methods when applied to a Save As FileDialog object. For example, Application.FileDialog(msoFileDialogSaveAs).Filters.Clear will result in a run-time error.