Hello all,
My first post. I'll hope I do it right. (I am Dutch, so excuse for my English).
There is a lot to find about Application.Dialogs(xlDialogSaveAs).Show, but...
It does not seems to work in Excel 2010/2013.
This leaves the textbox Filename blanc.
Is there a solution?
Kind regards
Willem
My first post. I'll hope I do it right. (I am Dutch, so excuse for my English).
There is a lot to find about Application.Dialogs(xlDialogSaveAs).Show, but...
It does not seems to work in Excel 2010/2013.
Code:
MyFilename = "ABC"
Application.Dialogs(xlDialogSaveAs).Show MyFilename
This leaves the textbox Filename blanc.
Is there a solution?
Kind regards
Willem
