Macro for recording who read document

J

Jeremy Pullicino

Hello,

I would like to audit the number of times a document is opened, and if
possible the name of the user who has opened the document.

The document i am talking about resides on a network share, so many users
can open it simultaneously.

Is there any way of doing this?

I know how to develop macros, however I am new to macros for ms word.

Jeremy.
 
M

Mark Tangard

You can do this by placing an AutoOpen macro in the document
(runs when the file is opened), but (1) it won't work if a
user who opens the document has Macro security set to High,
or has it set to Medium and doesn't Enable Macros at the
security prompt; and (2) even if a user's macro settings
are amenable, it's quite easily defeated. So the 'clean'
answer is: No.
 
T

Terry Farrell

Jeremy

This information is hidden in every document: in fact you have to be a dam
good Word user for this information not to be embedded in the file format.
Ask the Prime Minister about how embarrassing that was for him!
 
J

Jeremy Pullicino

Thanks for letting me know this, however you have not given me any pointers
of how to get this information using a macro.

Jeremy.
 
S

Suzanne S. Barnhill

If you want a macro, you'd do better to post in one of the word.vba NGs.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://www.mvps.org/word
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
 
T

Terry Farrell

Jeremy

I only know how to do this manually. Please post this to one of the Word VBA
where there are several macro gurus who may be able to help automate this.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top