View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jim Rech Jim Rech is offline
external usenet poster
 
Posts: 2,718
Default How to automatically adapt column width with XML format?

Is there an XML tag which allow to adapt width automatically?

Yes but only for number and dates:

<Column ss:AutoFitWidth="1"/

You might want to get the Office 2003 XML Reference Schemas for more on
this:

http://www.microsoft.com/downloads/d...displaylang=en

--
Jim Rech
Excel MVP