Question:
Which method should I use to open a Windows screen asking in which folder the user wishes to save a certain file, or in which folder the file is?
Solution:
To do so, you must user Viewer’s Application.ShowFilePicker method.
Example:
Application.ShowFilePicker false, “Filename”, “pdf”, 0, “Acrobat Reader Files (*.pdf)|*.pdf”