From: Dreiding on
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.Refresh
End Sub

Still works great in 2003, fails in 2007.

Any suggestions?
Thanks, - Pat
 | 
Pages: 1
Prev: Need a code
Next: Open VBA Editor?