View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dreiding Dreiding is offline
external usenet poster
 
Posts: 80
Default 2007 Sharepoint XMLMap

In excel 2003 I was successful in linking and XML map to a sharepoint list.
The following code was usedto refresh the list within my excel from
sharepoint.

Sub UpdateList()
ActiveWorkbook.XmlMaps("MyList_Map").DataBinding.R efresh
End Sub

Still works great in 2003, fails in 2007.

Any suggestions?
Thanks, - Pat