1
0
Fork 0

Added readme.md file

This commit is contained in:
Jason Williams 2016-01-26 16:28:47 -07:00
parent b75bcb88ef
commit 0eb27a0bcd
1 changed files with 8 additions and 0 deletions

8
readme.md Normal file
View File

@ -0,0 +1,8 @@
# 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.