View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming,microsoft.public.excel
blackpuppy[_2_] blackpuppy[_2_] is offline
external usenet poster
 
Posts: 8
Default Get the range of XML Mapping?

I am programmatically import XML data into an Excel file. Is there a
way to know the range of the XML mapping in the excel? I want to
format that range, such as adding the border lines. Or is there a way
to format the range automatically? The problem is that the XML data
may change and the range of the XML mapping varies accordingly.

Thanks!