save macro help!!

G

gmannewt

I have an excel file, I want to put a button on it with a macr
attached. When pressed the macro will 1. save the file to a drive o
the computer. 2. save the file also to a web server.

One problem I am encountering is that to simply use the "save as
function and pick the ftp location, the save process just hangs an
never saves. If I cannot do it this way, will I be able to do it with
macro? Any ideas why this would be happenning?

Thanks.

Mik
 
D

Dave Peterson

I've never saved to an FTP server, but if you can't do it manually, I bet a
macro will fail, too.

But are you sure you can't do it manually?

Maybe testing with a new workbook would help???

(All this is IF--I don't have a real answer.)
 
Top