Link to a sharepoint list

J

jamesp

The are three parts to this. Using VBA I would like to:
1. Capture items in a sharepoint list and put them into an array for use on
an Excel worksheet
2. Capture the items in from a row in a sharepoint list and 3. manipulate
this data in Excel and put it back into the row into the sharepoint list again

PS I'm using Excel 2003 but can easily use 2007. Likewise the SP is 2003
MOSS but is about to be upgraded to 2007

Many thanks

James
 
B

Barb Reinhardt

You do know that you can open a sharepoint list into Excel. One option under
Actions is EXPORT TO SPREADSHEET. You can edit the list (although I think
some fields are not editable) and once done, go to Data -> List -> Syncronize
List and it's back on Sharepoint.
 
J

jamesp

Barb

Thanks for your reply and sorry for the delay in coming back to you I been
called away without access to the outside world.

The solution works well but looks very inelegant. Do you have any code that
allows me to capture the details of SP list into an XL array and update items
directly without having to go via the Exported worksheet

Many thanks

James
 
B

Barb Reinhardt

No, I don't do this enough and do the same types of things over and over to
have created any code.

Barb Reinhardt
 

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