From 0eb27a0bcd108e6b2e7de0b741f4e20578b5a833 Mon Sep 17 00:00:00 2001 From: Jason Williams Date: Tue, 26 Jan 2016 16:28:47 -0700 Subject: [PATCH] Added readme.md file --- readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..db8ff42 --- /dev/null +++ b/readme.md @@ -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. \ No newline at end of file