LastSavedBy Field

  • Thread starter LastSavedBy Field in Visio
  • Start date
L

LastSavedBy Field in Visio

Is there a way to implement a LastSavedBy field in Visio (I am using 2003)?

The only field I can find is "Creator".
 
L

LastSavedBy Field in Visio

Thank everyone, but looking for LastSavedBy (Last Author). I've read a lot of
discussion groups on this and cannot find the answer. All I want to do is
document the last Author in a field like you can do in Word. Regards, Derek
 
A

AlEdlund

The short answer is that Visio does not track who the users are and that
custom code is required to put the data into the document. Thus the pointer
to the vba example on Chris Roths site.
al

"LastSavedBy Field in Visio"
 
J

John... Visio MVP

Actually, it is not really hard to do.
What is needed is a user exit attached to the Save that will write the
current author (user name) to the Shape Data in the documents Shapesheet. If
the Shape Data does not exist, it can be created. So all that is really
needed is a single routine. To use the information on the page, all that is
needed is an Insert Field referencing thenew shape data in the document
shapesheet.

John... Visio MVP
 

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