Reputation: 21
Within a macro, I create and save a workbook file.
I want to apply my company's custom THMX theme file on SharePoint.
new_wb.ApplyTheme (sharepoint location as string)
throws
Error 1004, method 'ApplyTheme' of object '_Workbook' failed
new_wb is a workbook object
new_wb.SaveAs
to save my workbook to the SharePoint locationIs it possible for VBA to read and apply a THMX theme file from a SharePoint location?
Upvotes: 0
Views: 74