B
Brian
The code below to save an excel workbook to an ftp site works for excel 2003
but does not work in excel 2002.
Is there a way to get it to work for excel 2002?
Sub test()
ActiveWorkbook.SaveAs
Filename:="ftp://user[email protected]/ftp.xls", FileFormat:=xlNormal
End Sub
get this message when running code in excel 2002.
Runtime error 1004
Method ’SaveAs’ of object ’_Workbook’ failed
Thanks
but does not work in excel 2002.
Is there a way to get it to work for excel 2002?
Sub test()
ActiveWorkbook.SaveAs
Filename:="ftp://user[email protected]/ftp.xls", FileFormat:=xlNormal
End Sub
get this message when running code in excel 2002.
Runtime error 1004
Method ’SaveAs’ of object ’_Workbook’ failed
Thanks