I have been searching for a while now on how to import data in a SharePoint list into Excel 2007 that was similar to XML data import in Excel 2003. I can bring in the data by Exporting to Spreadsheet from SharePoint and writing the VBA to connect to
the list but I am finding a major problem that I know there must be a solution for.
Export to spreadsheet from SharePoint from a public view works like a charm, however I don't want all my users to have views that display all the columns however certain fields are used for Excel reporting. If I try and export to spreadsheet from a
personal view with the columns I need, use the same VBA code then I can bring in the data no problem (which would make sense) but other users cannot bring in the data (which also makes sense).
Anyone know what the work around for this is? I can't imagine Microsoft would kill the same function 2003 had with XML --> Data which allowed for any columns to be brought it.
Keep in mind I am not concerned with two-way synchronization for this. The article I used to first bring in the data was: http://support.microsoft.com/kb/930006.
Any help is greatly appreciated.