PC Review


Reply
Thread Tools Rate Thread

Add author in Excel 2007

 
 
lglenn
Guest
Posts: n/a
 
      3rd Jan 2010
I teach at a suburban St. Louis high school in which students login using
Novell. In the past, we were able to go to the program file and in properties
add as "author" the computer name. I have tried doing that in Office 2007 as
well as through the Options tool bar under the Microsoft Window as an
administrator but it doesn't stay when students login and save their work.
Being able to do this, helps us identify students who share work. Does any
one have any ideas how to get this to work both in Word and Excel?

Thank you
--
--
Laura
 
Reply With Quote
 
 
 
 
Chip Pearson
Guest
Posts: n/a
 
      3rd Jan 2010
In the ThisWorkbook module of the VBProject, insert the following
code:

Private Sub Workbook_BeforeSave(ByVal SaveAsUI As Boolean, Cancel As
Boolean)
ThisWorkbook.BuiltinDocumentProperties("Author").Value =
Environ("UserName")
End Sub

This will put the user's logon name in the Auithor field.

Cordially,
Chip Pearson
Microsoft MVP 1998 - 2010
Pearson Software Consulting, LLC
www.cpearson.com
[email on web site]



On Sun, 3 Jan 2010 15:13:01 -0800, lglenn
<(E-Mail Removed)> wrote:

>I teach at a suburban St. Louis high school in which students login using
>Novell. In the past, we were able to go to the program file and in properties
>add as "author" the computer name. I have tried doing that in Office 2007 as
>well as through the Options tool bar under the Microsoft Window as an
>administrator but it doesn't stay when students login and save their work.
>Being able to do this, helps us identify students who share work. Does any
>one have any ideas how to get this to work both in Word and Excel?
>
>Thank you
>--

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
I can't modify field Author in excel 2007 leonardo Microsoft Excel Misc 0 10th Feb 2010 02:21 PM
Add author in word 2007 lglenn Microsoft Word Document Management 0 3rd Jan 2010 11:11 PM
How do I change the author of a spreadsheet in Excel 2007? Rodney Microsoft Excel Misc 15 6th Oct 2008 07:55 PM
Word 2007: Saving changes Review Author Dan Microsoft Word Document Management 0 5th Jul 2007 05:58 PM
Word 2007: Saving changes Review Author Dan Microsoft Word New Users 0 5th Jul 2007 05:58 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:27 PM.