• Default File Names (2000)

    Author
    Topic
    #360079

    When you save a file for the first time, Word’s initial guess at the new file name is taken from the first line of the document. This isn’t very useful if the first line on the document is the date, or a useless title like Memorandum.

    Is there a way to embed a phrase in the first line in the header? Obviously that can be done, but what would be really useful is if it was there (and generated a default name for the document) but was not visible when the document was printed. I tried doing this with hidden text, and it did not work.

    Viewing 4 reply threads
    Author
    Replies
    • #541329

      Do you have room in the document to type in the phrase you want, then change the font color of the phrase to white?

      • #541358

        Better yet, type in the file name you want, save it, delete the line and away you go.

        DaveA I am so far behind, I think I am First
        Genealogy....confusing the dead and annoying the living

    • #541328

      Hmmm…I just tried it with WHITE text, and it worked.

      Moments later….you won’t be able to put it in the header, I don’t think. It’ll have to be the first line at the top of the doc.

    • #541386

      You could use VBA to do it. If you put the following into your Normal.dot, it will apply for all documents when you “File, Save As”:

      Sub fileSaveAs()
        With Dialogs(wdDialogFileSaveAs)
          If Mid$(ActiveDocument.Name, 1, 8) = "Document" Then
            .Name = "Suggested.doc"
          End If
          .Show
        End With
      
      End Sub
      

      That’s the basic technique, it would need expanding.

    • #541396

      The first line of the document is Word’s second choice for a default file name. The first choice is the Title in Document Properties. Anything you type in there will be used as the default name (Alphanumeric characters only). You can have filling in document properties prior to the inital save turned on as an option. Otherwise, you’ll find them unde File => Properties.

    • #541776

      I like the nested fields. Is there any way that I can make it append that to an existing title?

    Viewing 4 reply threads
    Reply To: Default File Names (2000)

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: