`SPListItem(SharePointUrl As String, ListName As String, ListData As Dictionary [, ItemID As Integer])`
- SharePointUrl is the address of a SharePoint site (e.g. http://sharepoint/site/)
- ListName is the name or GUID of a list on that site (e.g. MyList)
- ListData is a VBA dictionary object containing key value pairs, where the key is the name of a field and the value is the value that will be assigned to it.
- ItemID is the SharePoint ID of a list item that will be updated (if omitted, a new list item will be created).
VBA SharePoint List Library is a collection of VBA functions designed to allow your VBA code to interact with a SharePoint list.