Jump to content

Recommended Posts

Posted

I need you badly. I've made track changes to a Word document. The balloon edits show a time-stamp of 11-Sept. How can I make it say 11-Aug? I don't want the recipient to know I just made the changes. I could turn of the date and time option altogether and just PDF it before sending but that looks suspicious. Thanks in advance.

Posted
I need you badly. I've made track changes to a Word document. The balloon edits show a time-stamp of 11-Sept. How can I make it say 11-Aug? I don't want the recipient to know I just made the changes. I could turn of the date and time option altogether and just PDF it before sending but that looks suspicious. Thanks in advance.
I think Word pulls the date from your computer, not sure though. If that's the case, changing the date of your computer should do the trick. Tardy by a month! :omg: :poink:
Posted
I need you badly. I've made track changes to a Word document. The balloon edits show a time-stamp of 11-Sept. How can I make it say 11-Aug? I don't want the recipient to know I just made the changes. I could turn of the date and time option altogether and just PDF it before sending but that looks suspicious. Thanks in advance.
As the prof says change the computer date to 11 Aug. Word picks up the time stamp from there.
Posted

ok i've tried changing the clock on my mac but that didn't alter the time-stamp. i didn't think that would work. i mean you wouldn't expect the time-stamp on your emails to change would you...or would you? 30 pages of minutes i edited! it's crucial that it looks like i did this in August. it also says i spent 829 minutes editing it too which i could do without. what shall i do? 'man up and face it' is good advice albeit ironic coming from a guy called 'online' !

Posted
ok i've tried changing the clock on my mac but that didn't alter the time-stamp. i didn't think that would work. i mean you wouldn't expect the time-stamp on your emails to change would you...or would you? 30 pages of minutes i edited! it's crucial that it looks like i did this in August. it also says i spent 829 minutes editing it too which i could do without. what shall i do? 'man up and face it' is good advice albeit ironic coming from a guy called 'online' !
goose, did you try to edit the file after changing the time on your computer. I really can't think where else would Word pull up the information from.
Posted
ok i've tried changing the clock on my mac but that didn't alter the time-stamp. i didn't think that would work. i mean you wouldn't expect the time-stamp on your emails to change would you...or would you? 30 pages of minutes i edited! it's crucial that it looks like i did this in August. it also says i spent 829 minutes editing it too which i could do without. what shall i do? 'man up and face it' is good advice albeit ironic coming from a guy called 'online' !
you would have to first undo your changes, change the system date/timestamp, redo your changes so that it can track using the new date/timestamp. is that what you did?
Posted
goose' date=' did you try to edit the file [b']after changing the time on your computer. I really can't think where else would Word pull up the information from.
i should have clarified i don't want to be making the changes again from scratch - it took me 3 days !
Posted
i should have clarified i don't want to be making the changes again from scratch - it took me 3 days !
Aaah....I see. I googled around a bit on this and the best I could find was an option to remove the time stamp altogether - nothing for just being able to modify it. But since you already have the changes, all you have to do is replicate them in a new file after changing the time on your computer. A pain, I know, but certainly doable in a few hours even for a 30 page document since you won't even have to read the document completely now.
Posted

on a mac/unix system, open terminal from utilities, cd to the directory you are working on, type "touch -t 200201311246.26 file.doc" to change the date+time of the file. to see if it worked, type "ls -l file.doc". example to change date/time of file.doc on my desktop, open terminal from utilities

cd Desktop
ls -l file.doc
Output: -rw-r--r-- 1 nospam staff 2638107 Sep 16 18:57 file.doc
touch -t 200901011200 file.doc
ls -l file.doc

Output: -rw-r--r-- 1 nospam staff 2638107 Jan 1 2009 file.doc I would recommend you to test this on some other file before trying it on your document. More info on touch command - http://en.wikipedia.org/wiki/Touch_(Unix)

Posted
on a mac/unix system, open terminal from utilities, cd to the directory you are working on, type "touch -t 200201311246.26 file.doc" to change the date+time of the file. to see if it worked, type "ls -l file.doc". example to change date/time of file.doc on my desktop, open terminal from utilities
cd Desktop
ls -l file.doc
Output: -rw-r--r-- 1 nospam staff 2638107 Sep 16 18:57 file.doc
touch -t 200901011200 file.doc
ls -l file.doc

Output: -rw-r--r-- 1 nospam staff 2638107 Jan 1 2009 file.doc I would recommend you to test this on some other file before trying it on your document. More info on touch command - http://en.wikipedia.org/wiki/Touch_(Unix)

ok i tried the above but it didn't work. did i f%ck! seriously, thanks for the input. i just turned off the date feature and turned into a PDF.
Posted
ok i tried the above but it didn't work. did i f%ck! seriously, thanks for the input. i just turned off the date feature and turned into a PDF.
Can you list your commands and their outputs? And that PDF doesn't have a date? I don't think that's possible.
×
×
  • Create New...