October 30, 2008 at 8:33 am #6508
Keymaster
Yutaka wrote:
LuK wrote:
Hi everybody,could anybody tell me, how it´s possible to save a document into a new path with new filename in a macro?
The following values opens only the Save As dialog box:
fileName = “de020076o$tempMakeOfflinefilelist.txt”
document.Save [ FileName ]or
fileName = “filelist.txt”
document.Save [ FileName ]Thx and regards
Thorstendocument.Save [Filename] should work. Is this VBScript or JavaScript?
I don’t know why you have this issue. You should make sure the destination folder is not write-protected. The above macros should not prompt a Save As dialog box if the folder is not read-only.