View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Martin[_23_] Martin[_23_] is offline
external usenet poster
 
Posts: 15
Default Macro to copy highlighted cells to csv file

I need a macro to copy all cells that are selected then paste them onto a
csv file. I'm able to get the cell range using Selection.Address but how do
I copy them onto a csv file?

Thanks.