Hello, is it possible to set a filename using VBA with no user prompt during a Macro?
For example, like this:
Any help will be greatly appreciated.![]()
If filename = standard.xls then do nothing else if filename != standard.xls then set filename = standard.xls end
Bookmarks