

In Word 2003, you can save documents in several formats. There is great difference between Save/ Save As in Word 2010 and those in Word 2003. Meanwhile, there are many templates, such as Invoice and Blog post. In addition, you can also apply templates from Office online, your computer and web site.īy the New in Word 2010, we can build numerous kinds of documents. Modified Menu items of the File Menu in Word 20īy the New in Word 2003, we can build blank document, XML document, web page, E-mail messages or From existing document. The File drop down menu in Word 20 includes 18 menu items, while 16 menu items in Word 2003. There is a few difference of the File menu between Classic Menu for Word 2007/2010 and Word 2003. 'program = ("Program_Outcomes_PlanReport_Name").ValueĭocName = "Reports" & LTrim$(Str$(Counter)) 'Generic name of documentĪctiveDocument.Sections(2).PageSetup.SectionStart = wdSectionContinuousĪctiveDocument.Difference of File Menu between Word 2003, Word 2007 and Word 2010 ' Macro created by Doug Robbins to save each letter created by a mailmergeasĭim Letters As Integer, Counter As Integer This is the code I have so far, I was able to find it off of a very helpful website, but the code saves as the word "report" which I set it to right now while I'm trying to figure it out, and then the number of the document. To call the above function use code like this:- Private Sub GetName() You might want to modify that range further. I have simply excluded all below ASCII(32) and above ASCII(128), and then the known ones Windows doesn't like.

You may also have to review the characters which aren't permitted in file names. Use the Dir() function for that and add a number to duplicate names using the system I included above to name files where the first sentence might be empty. If InStr(Illegals, Ch) = 0 Then Fun = Fun & Chįun = Format(FaultCounter, """Default File Name (""0"")""")īefore saving the file you might want to check for duplicates. Private Function DocName(Doc As Document) As String Since you already separated the documents, the code below might give them names using their first sentence.
