2007 Sharepoint XMLMap

D

Dreiding

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top