P
pikapika13
I received the response below. After testing it out..I can't get th
username of a specific file in a folder. I only get the username o
myself.
*******************************
I use
RunUser = Environ("username")
This will pull the username they use to sign into their laptop.
username of a specific file in a folder. I only get the username o
myself.
*******************************
I use
RunUser = Environ("username")
This will pull the username they use to sign into their laptop.
http://www.excelforum.com/showthread...hreadid=56118I 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.