Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Last modified by

Is it possible to find the last user who modified my file ?
Not with VB but with somekind of function ?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,058
Default Last modified by

Without using VBA code, you could instruct openers to record their names in a
specific cell in a specific worksheet.

or

Right the file icon and select Properties Summary Advanced and read the
last modified field.
--
Gary''s Student - gsnu200811


"bugntl" wrote:

Is it possible to find the last user who modified my file ?
Not with VB but with somekind of function ?

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 58
Default Last modified by

On Nov 3, 10:37 am, bugntl wrote:
Is it possible to find the last user who modified my file ?
Not with VB but with somekind of function ?


This should do it from code:
ActiveWorkbook.BuiltinDocumentProperties("Last Author")
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Last Modified by... WJvanRooijen Excel Discussion (Misc queries) 4 September 1st 06 07:27 PM
Last Modified Steve Excel Worksheet Functions 1 July 20th 06 06:30 PM
date that a row is modified vaderj Excel Discussion (Misc queries) 1 April 24th 06 10:59 PM
date modified flow23 Excel Discussion (Misc queries) 1 November 24th 05 12:25 PM
HELP - How do I know if a spreadsheet has been modified LP Excel Programming 2 October 14th 03 10:24 PM


All times are GMT +1. The time now is 12:01 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"