View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
John M[_6_] John M[_6_] is offline
external usenet poster
 
Posts: 2
Default Error on Excel 2003 Workbook_Open XmlMaps

I am trying to get an XLT to use an XmlMaps
ActiveWorkbook."Root_Map").Databinding.LoadSetting s(...xml) in a
Workbook_Open routine to use an xml file so that I can do a Refresh to load
the current data in the xml file but it errors indicating Method '_Default'
of object 'XmlMaps' failed. The XLT is mapped and I can do a manual refresh
and it works, but I want it to do it anytime the workbook is opened. Does
Anyone have a solution or suggestion on how to make this work? Thanks.