- ©«¤l
- 5923
- ¥DÃD
- 13
- ºëµØ
- 1
- ¿n¤À
- 5986
- ÂI¦W
- 0
- §@·~¨t²Î
- win10
- ³nÅ骩¥»
- Office 2010
- ¾\ŪÅv
- 150
- ©Ê§O
- ¨k
- ¨Ó¦Û
- ¥xÆW°ò¶©
- µù¥U®É¶¡
- 2010-5-1
- ³Ì«áµn¿ý
- 2022-1-23
|
¦^´_ 15# donod - Sub Ex()
- Dim E As Range, W As String
- Workbooks.OpenText Filename:="D:\test5.txt"
- With ActiveWorkbook.Sheets(1)
- .Cells.Replace ";", " ", xlPart
- .Columns(2).Insert
- For Each E In .Range("A:A").SpecialCells(xlCellTypeConstants)
- W = E
- E = Mid(W, 1, 10)
- E.NumberFormatLocal = "m/d/yyyy;@"
- E.Offset(, 1) = Replace(Mid(W, 12), "/", ":")
- Next
- End With
- End Sub
½Æ»s¥N½X |
|