VBA does not have built-in functions to manipulate SharePoint list items (add new, amend existing). So I'm writing some!
readme.md | ||
SPListLibrary.bas |
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.