I have been searching the internet, but can't seem to put the pieces together. I have a document that when I click File->Save As, I would like to prefill the Filename textbox on the Save As Dialog with a hardcoded file name (I am guessing using VBA). But I would like it to work only on Save As, not on Save.
Example: I have an XML file called 08-09 Stafford Loan Instructions.xml that has XML, formatting, etc. When I click Save As, I want typesLoansStafford.xml to prefill in the Filename box. That will allow me to click the Save As Data Only option to create a raw XML file. If I click Save, it will continue to save the file as 08-09 Stafford Loan Instructions.xml. The reason for the prefill is because I have 50 files I want to do this to, and I don't want to remember what name I need to name the raw XML file.
If anyone can help me, that would be much appreciated. If you need more description, please let me know. Thank you.
Example: I have an XML file called 08-09 Stafford Loan Instructions.xml that has XML, formatting, etc. When I click Save As, I want typesLoansStafford.xml to prefill in the Filename box. That will allow me to click the Save As Data Only option to create a raw XML file. If I click Save, it will continue to save the file as 08-09 Stafford Loan Instructions.xml. The reason for the prefill is because I have 50 files I want to do this to, and I don't want to remember what name I need to name the raw XML file.
If anyone can help me, that would be much appreciated. If you need more description, please let me know. Thank you.