Windows Logon

D

DJK

I would like to add a field in my visio that automatically grabs a user's
domain logon and insert into a field when save is clicked. This way it will
automatically show who was the last one to modify the visio.
 
A

Al Edlund

two pieces to the puzzle. first create a property (user/custom) for the
userid in the document. second write a piece of vb(a) code that pulls the
userid and inserts it into the property. of course you're going to need some
logic so that it doesn't overwrite the last user's id with yours when you
open it to see who did it.... This of course assumes you have some mechanism
to ensure the users use documents/templates with your code in them.
al
 

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