onekerato
  • Apps
    • PDFSpeech
    • PDFOutliner
    • PDFoo
    • PDF Trim
    • PDFExplode
    • LinkMaker
    • PDFCombo
    • Clipboard2Image
    • Locator
    • Documoov
    • LightSpeech
  • eBooks
    • ScreenFlow Concepts
    • Dragon Dictate
    • Evernote for Self Publishing
    • Galaxy Note Book
    • VoodooPad Book
    • Dragon for Windows Book
  • Downloads
  • Support
    • User Guides >
      • PDFSpeech User Guide
      • PDFoo User Guide
      • Documoov User Guide
      • LinkMaker User Guide
      • PDFOutliner User Guide
      • LightSpeech User Guide
      • PDFExplode User Guide
      • Clipboard2Image User Guide
      • PDF Trim User Guide
    • PDFOutliner Tutorials
    • PDFSpeech Tutorials
  • BLOG

Autosave Microsoft Word and Review Version History

4/15/2014

0 Comments

 
Microsoft Word for Mac icon
Microsoft Word on Mac OS X doesn't support autosave or versions. It does support AppleScript though, so you can have a script run periodically to force a save. While you could save every X minutes, I prefer to schedule the save after I've stopped typing for a few seconds. This way, the save operation doesn't interrupt while I work.

I use a clever utility app, Scenario ($5, Mac App Store) to schedule AppleScripts which should be run whenever the Mac goes idle for 10 seconds. The following AppleScript snippet will save all open Microsoft Word documents, and should be placed in the ~/Library/Scenario folder used by the Scenario app.

Scenario app for Mac OS X allows executing AppleScripts at specified events
Scenario app can be used to schedule AppleScripts to run at specific events such as login, logout or when your Mac goes idle. Click icon to see app on Mac App Store.

tell application "Microsoft Word"
    if it is running then
        set alldocs to documents
        repeat with i from 1 to count of alldocs
             set adoc to item i of alldocs
             save adoc
        end repeat
    end if
end tell

I use such scripts to automatically save all open documents in OmniGraffle, OmniOutliner and other document-based apps. If you're familiar with Keyboard Maestro, the powerful automation utility on Mac OS X, you may prefer the approach described on TUAW.com to autosave Microsoft Word documents.

Draft Control app
Draft Control keeps track of every save and shows you differences between any two versions. Click icon to see app on Mac App Store.
For access to past versions, I'm using a new app, Draft Control, which keeps a history of every document you want it to track. It has a convenient text-comparison feature where you can focus on the specific content changes between versions. It works with both Microsoft Word and Apple Pages. Using this app makes it possible to boldly delete "dead content" in my documents, knowing that I can retrieve or review it from past versions, if so required.

Alternatively, you can tap into version history by keeping your Microsoft Word documents in folders synced by Dropbox or OneDrive. You need to log onto the website to access past versions of your synced files.
0 Comments

Your comment will be posted after it is approved.


Leave a Reply.

    Archives

    March 2021
    September 2018
    July 2018
    June 2018
    March 2017
    February 2017
    January 2015
    July 2014
    May 2014
    April 2014
    January 2014
    November 2013
    October 2013
    May 2013
    February 2013
    August 2012
    June 2012
    February 2012
    January 2012

    Categories

    All
    Dragon Dictate
    Dragon-dictate
    Ipad
    Pdf
    Pdfcombo
    Pdfexplode
    Pdfoo
    Pdfoutliner
    Tips

    RSS Feed

Apps
Ebooks
Downloads
Support
Blog
  • Apps
    • PDFSpeech
    • PDFOutliner
    • PDFoo
    • PDF Trim
    • PDFExplode
    • LinkMaker
    • PDFCombo
    • Clipboard2Image
    • Locator
    • Documoov
    • LightSpeech
  • eBooks
    • ScreenFlow Concepts
    • Dragon Dictate
    • Evernote for Self Publishing
    • Galaxy Note Book
    • VoodooPad Book
    • Dragon for Windows Book
  • Downloads
  • Support
    • User Guides >
      • PDFSpeech User Guide
      • PDFoo User Guide
      • Documoov User Guide
      • LinkMaker User Guide
      • PDFOutliner User Guide
      • LightSpeech User Guide
      • PDFExplode User Guide
      • Clipboard2Image User Guide
      • PDF Trim User Guide
    • PDFOutliner Tutorials
    • PDFSpeech Tutorials
  • BLOG