View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Michael Reach Michael Reach is offline
external usenet poster
 
Posts: 1
Default Comma delimited output for comments

We have some Excel files with data in the cells, + comments often added when
you hover over them. I need to output the Excel to a text file to work with
it in some other code. Is there a way to output the data but also the
comments, say to a csv file or something?
I saw that I could output to xml Spreadsheet 2003, but it has loads of other
things in it I don't need. I'll do it if I have to, but I'd much rather just
get the data and comments.
Thanks