How Do I Upload?

K

Kenji

I want my excel sheet to write a textfile and upload it to a server. How
can I do this?

Kenji
 
J

JE McGimpsey

Kenji said:
I want my excel sheet to write a textfile and upload it to a server. How
can I do this?

You can do this manually by choosing File/Save, selecting the
appropriate type of text file (e.g., csv, tab-delimited, etc.) and
choosing the server as the destination.

You can automate that as well - try recording a macro of the above.
 
J

James Gordon

Hi Kenji,

There are two approaches to this.

One is to mount the server volume onto your computer's desktop. Then you can
directly work with the files on the server. JE McGimpey's method works well
with this setup.

The other approach is to work with the files locally on your computer then
"upload" them to the server using an FTP program such as Fetch or Transmit.

-Jim
 
Top