Message 1 of 3
iLogic save as
Not applicable
06-08-2015
01:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone,
i'm trying to add some code to my parametrization procedure.
I wuold like to save as the file by a name linked by a parameter, how could I do it?
now i'm using:
Dim newFileName as string
newFileName = InputBox("Prompt", "Title", "Default Entry")
ThisDoc.Document.SaveAs(newFileName , True)
but when i compile it says:
HRESULT: 0x80004005 (E_FAIL))
how could I solv it?
thanks a lot in advance.