1
0
VBA does not have built-in functions to manipulate SharePoint list items (add new, amend existing). So I'm writing some!
Go to file
Jason Williams 24c19b5acb Many changes
- Accepts multiple fields as a dictionary object
- Creates a new list item if there isn't an existing one
- Updates an existing list item if the ID is passed in
2016-06-07 13:34:30 -06:00
readme.md Added readme.md file 2016-01-26 16:28:47 -07:00
SPListLibrary.bas Many changes 2016-06-07 13:34:30 -06:00

VBA SharePoint List Library

VBA SharePoint List Library is a collection of VBA functions designed to allow your VBA code to interact with a SharePoint list.

Initially, it will be able to create new list items, and update existing list items based on their ID.

This is currently pre-alpha code. You are welcome to use it however you wish, however future iterations published here may vary significantly from the current version, including changes to function names, input variables and return values.

Community contributions are not yet being accepted.