Timm
Timm

Reputation: 21

ApplyTheme on THMX Theme File from SharePoint Site using Excel VBA

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

Is it possible for VBA to read and apply a THMX theme file from a SharePoint location?

Upvotes: 0

Views: 74

Answers (0)

Related Questions