Dim FileName As String
FileName = "TEXT;C:\Riskvision\test.txt"
With ActiveSheet.QueryTables.Add(Connection:=FileName, Destination:=Range("J13"))
.Refresh BackgroundQuery:=False
End With
Dim FileName As String
FileName = "TEXT;C:\Riskvision\test.txt"
With ActiveSheet.QueryTables.Add(Connection:=FileName, Destination:=Range("J13"))
.Refresh BackgroundQuery:=False
End With
WENXUECITY.COM does not represent or guarantee the truthfulness, accuracy, or reliability of any of communications posted by other users.
Copyright ©1998-2024 wenxuecity.com All rights reserved. Privacy Statement & Terms of Use & User Privacy Protection Policy