View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
-Jim -Jim is offline
external usenet poster
 
Posts: 1
Default Ftp an html file generated by an excel macro

I have an excel macro that i'm using with excel 2002. What it does is
takes all highlighted cells and creates an html file with a table with
all the selected data and saves it into a specified location on my
harddrive. Instead of saving it to my harddrive i would like to send
it to an ftp site I have set up on a linux box. I'm sure its a simple
process but unfortunatly i can't find the answer.
any input would be appreciated!
-Jim