View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
pikapika13[_16_] pikapika13[_16_] is offline
external usenet poster
 
Posts: 1
Default Getting Username from a file


I wish to get the "last modified" and the user who modified a file.
This is what I have:

Sub GetAttributes()
LM = FileDateTime("C:\blAH BLAH BLAH.xls")
Range("A1") = LM
End Sub

Can someone help me with the username piece? Much appreciated

--
pikapika1
-----------------------------------------------------------------------
pikapika13's Profile: http://www.excelforum.com/member.php...fo&userid=1089
View this thread: http://www.excelforum.com/showthread.php?threadid=56118