KB-35850: Displaying a standard name when executing the ShowFilePicker() method.

Question:

How can I display a default name on ShowFilePicker() method’s window when executing it?

Solution:

To do so, before executing ShowFilePicker() method, you must load a variable with the name.

Example of script:

str = "File_Name" 'loads the name on the variable.
Application.ShowFilePicker false, str, "pdf", 0, "Acrobat Reader's Files (*.pdf)|*.pdf"

 

 

Print Friendly, PDF & Email

Este artigo foi útil? Was this helpful?

Classificação média - Average rating 0 / 5. Count: 0

Deixe seu Comentário

Seu endereço de e-mail não será publicado. Campos marcados com asterisco são obrigatórios *