I have been attempting to add data to a Sharepoint 2013 list from Excel using VBA with no success. I am using as a template the example that is found all over the internet.
Your field names need to have single quotes around them:
Field1NameVar = "'Branch Cost Center'"