A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Powerpoint, Publisher and Visio » Powerpoint
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

How do I reset total editing time in properties?



 
 
Thread Tools Display Modes
  #1  
Old August 28th, 2008, 07:45 PM posted to microsoft.public.powerpoint
D²
external usenet poster
 
Posts: 1
Default How do I reset total editing time in properties?

This actually applies to most MS Office products. I will sometimes use one
document/ppt as a boilerplate to create a new one. Throughout time the
editing time has built up into the millions of minutes. I would like to
reset the editing time back to zero. I haven't seen anything in my
documentation or text books on how this can be done. Idea's???
  #2  
Old August 28th, 2008, 08:22 PM posted to microsoft.public.powerpoint
John Wilson
external usenet poster
 
Posts: 6,023
Default How do I reset total editing time in properties?

I can't see a way to do this in the GUI (which doesn't necessarily mean there
isn't one!) this vba code seems to do the trick though in PowerPoint

Sub reset_edit()
ActivePresentation.BuiltInDocumentProperties.Item( "Total editing time") = 0
End Sub

How to use vba code :
http://www.pptalchemy.co.uk/powerpoi...rials.html#vba
--

Amazing PPT Hints, Tips and Tutorials

http://www.pptalchemy.co.uk/powerpoi...tutorials.html

email john AT technologytrish.co.uk


"D²" wrote:

This actually applies to most MS Office products. I will sometimes use one
document/ppt as a boilerplate to create a new one. Throughout time the
editing time has built up into the millions of minutes. I would like to
reset the editing time back to zero. I haven't seen anything in my
documentation or text books on how this can be done. Idea's???

  #3  
Old August 28th, 2008, 08:43 PM posted to microsoft.public.powerpoint
Steve Rindsberg
external usenet poster
 
Posts: 9,366
Default How do I reset total editing time in properties?

In article , Dâ² wrote:
This actually applies to most MS Office products. I will sometimes use one
document/ppt as a boilerplate to create a new one. Throughout time the
editing time has built up into the millions of minutes. I would like to
reset the editing time back to zero. I haven't seen anything in my
documentation or text books on how this can be done. Idea's???


You could probably start a new presentation then use Insert, Slides, From File
to bring the slides in from your original.

Or you could use an extremely complex VBA macro:

Sub ExtremelyComplexMacro()
ActivePresentation.BuiltInDocumentProperties("Tota l Editing Time") = 0
End Sub

;-)

-----------------------------------------
Steve Rindsberg, PPT MVP
PPT FAQ: www.pptfaq.com
PPTools: www.pptools.com
================================================
Live and in personable in the Help Center at PowerPoint Live
Sept 21-24, San Diego CA, USA
www.pptlive.com

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 08:54 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.