Results 1 to 4 of 4

Thread: "Total Editing Time" not working with Word 2007

  1. #1
    Join Date
    Dec 2008
    Posts
    52

    "Total Editing Time" not working with Word 2007

    hi,
    i have problem total editing time feature not working in word 2007, I wanted to know what would happen if I left the file open and didn't work on it,having switched to another program,How can I enable "total editing time" in Word 2007?

  2. #2
    Join Date
    Apr 2008
    Posts
    4,088

    Re: "Total Editing Time" not working with Word 2007

    To display the Properties dialog box for the current document, choose Developer, Document Panel and click OK (or choose Office, Prepare, Properties). Pull down the Document Properties list and then click Advanced Properties.

    Follow these steps to add some code that displays the total editing time with the word minutes added for clarity:
    Type some descriptive text (such as Total Editing Time).
    Press Ctrl+F9 to start a new Word field (signified by the { and } braces).
    Between the field braces, type the following:
    EDITTIME \# "0 minutes" \* mergeformat
    Press F9 to complete and update the field.

  3. #3
    Join Date
    May 2008
    Posts
    4,345

    Re: "Total Editing Time" not working with Word 2007

    MS Word Document File Properties Changer is an application that will help you to view and modify the Microsoft Office Word document file properties such as summary information, file date-time stamps and file attributes.
    It does not require any version of Microsoft Office Word installed in your computer, supports Microsoft Office Word documents from 1997 to 2007, can change Microsoft Office Word document file properties in single and batch mode.;

  4. #4
    Join Date
    Dec 2008
    Posts
    371

    Re: "Total Editing Time" not working with Word 2007

    Choose Developer, Document Panel to open the Document Information Panel dialog box.
    Click to activate the Always Show Document Information panel On Document Open and Initial Save check box.
    Click OK.

    If you want an easier way to toggle this setting on and off, use the simple macro shown in Listing 1.

    Listing 1 A Macro That Toggles the Automatic Display of the Document Information Panel

    Sub ToggleDocumentPanel()
    With Application
    .DisplayDocumentInformationPanel = Not .DisplayDocumentInformationPanel
    End With
    End Sub

Similar Threads

  1. Replies: 8
    Last Post: 03-10-2011, 12:33 PM
  2. Bug in MS word 2010 "Total Editing Time"
    By diogenes121 in forum Windows Software
    Replies: 3
    Last Post: 07-06-2011, 11:45 PM
  3. Alter "Standard Colors" pallete for text (word 2007)
    By attitude.ashwin in forum MS Office Support
    Replies: 3
    Last Post: 05-04-2011, 11:13 AM
  4. Changing Default View In WORD 2007 "Open" Window?
    By TopHawkeye in forum Windows Software
    Replies: 4
    Last Post: 30-07-2010, 02:21 AM
  5. How to find the "Tools Option" in an Office 2007 Word document.
    By nehal_serpa in forum MS Office Support
    Replies: 3
    Last Post: 26-01-2008, 07:24 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,432,975.83503 seconds with 17 queries