M
Mark
Hello people
I need help figuiring out how to use a wildcard for the
file version number. Tried many things such
as "Parts.xls;*" but, doesn't work. Note the version
increases each day.
Your help is greatly appreciated.
If FtpGetFile(hSession, "Parts.xls;1",_
"C:\User\Parts.xls", False, 0, 1, 0) = False Then
MsgBox "Call To FtpGetFile Failed!"
End If
Thanks People
Mark
I need help figuiring out how to use a wildcard for the
file version number. Tried many things such
as "Parts.xls;*" but, doesn't work. Note the version
increases each day.
Your help is greatly appreciated.
If FtpGetFile(hSession, "Parts.xls;1",_
"C:\User\Parts.xls", False, 0, 1, 0) = False Then
MsgBox "Call To FtpGetFile Failed!"
End If
Thanks People
Mark