View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Exporting only the workbook formatting

Why not just save two versions--one in .xls format and one in text format.

Make sure you only do changes to the .xls file, though.

Mato wrote:

Hi everyone,
I have the necessity to save my excel workbook in txt format to share my
work with SVN. The matter is that txt format lost the document formatting.
There is a way to export only the formatting information so I can reload it
with a VBA macro?
Thanks


--

Dave Peterson