View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
DavidH&P DavidH&P is offline
external usenet poster
 
Posts: 1
Default path xml mapping

Hi,
Im working with Office 2003.
When I make €œXML mapping€ between xml files and an Excel file, Excel is
recording the link as an absolute path (c:/temp/xml_files/test.xml) not as a
relative path (/xml_files/test.xml). If I move the directory that contains
all my files to a different computer, all links are broken.
Relative path would be a good solution for me. How can I do it?

regards
david