View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Cesar Zapata[_2_] Cesar Zapata[_2_] is offline
external usenet poster
 
Posts: 66
Default Writing to a file from excel

Hi,

need help with the following.
I have cell1 cell3 cell 4 selected then need to run a macro that will write
the values of the the selected cells to a file in the following format.


copy cell1.value + cell3.value + cell4 C:\docs\Bigfile.txt

I have all except that I dont know how to get it written the cell value
followed by a "+" then the next selected cell value...also I dont need the
last cell to be followed by a + sign

I will really appreciate any help..