vba_monkey
Board Regular
- Joined
- Dec 18, 2013
- Messages
- 112
Hello,
Does anyone have any idea why this line of VBA:
works fine for me, the person that created the workbook, theme and macro but throws up a 'Permission Denied' error for anyone else?
Does anyone have any idea why this line of VBA:
Code:
ThisWorkbook.Theme.ThemeColorScheme.Save ("C:\myThemeColorScheme.xml")
works fine for me, the person that created the workbook, theme and macro but throws up a 'Permission Denied' error for anyone else?