View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] icystorm@hotmail.com is offline
external usenet poster
 
Posts: 16
Default How to export a range of cells on a worksheet to a text file

Can anyone describe how to export the values in range A1 to F20 on
worksheet 'Data' to a text file? The text file will be named
'routes.txt'. The text file already exists, and it should be
overwritten with the new values each time the macro is executed,
rather than the macro appending the values to the text file.

Thanks kindly.

Best Regards,
Joseph