- ©«¤l
- 561
- ¥DÃD
- 160
- ºëµØ
- 0
- ¿n¤À
- 725
- ÂI¦W
- 0
- §@·~¨t²Î
- WINDOWS
- ³nÅ骩¥»
- xp
- ¾\ŪÅv
- 50
- ©Ê§O
- ¨k
- ¨Ó¦Û
- ®ç¶é
- µù¥U®É¶¡
- 2014-9-10
- ³Ì«áµn¿ý
- 2024-8-7
|
DEAR ALL
¦ý¬O§Ú¤£ª¾¹D¾Ö¦³ªÌªº»yªk, ´ú¸Õ .Dateowner©Î .DateUserName³£¿ù»~
¥Ø«e§Ú¥uª¾¹DÀɮ׫إߤé´Á»yªk¦p¤U¡G
¡@Dim FSO As Object, Xa As String, Ax As Integer
Set FSO = CreateObject("Scripting.FileSystemObject")
Xa = Sheet1.[D1048576].End(xlUp).Row
For Ax = 8 To Xa
If Sheet1.Cells(Ax, 3) <> "" Then
Sheet1.Cells(Ax, 6) = FSO.GetFile(Sheet1.Cells(Ax, 4)).DateCreated
' Set FSO = Nothing
End If
Next
¦ý¬O§Ú¤£ª¾¹D¾Ö¦³ªÌªº»yªk, ´ú¸Õ .Dateowner©Î .DateUserName³£¿ù»~ |
|