Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我开发了一个 excel 插件,我需要使用一组用户定义的颜色来实现颜色选择器对话框。我发现我可以使用对话框“页面布局”->“主题”->“颜色”->“自定义颜色...”创建一个新的颜色主题。但是,我仍然找不到如何以编程方式更改主题颜色的方法。
也许,没有办法。
请帮我
这是一种方法。
Globals.ThisWorkbook.ApplyTheme("theme.thmx")
http://msdn.microsoft.com/query/dev10.query?appId=Dev10IDEF1&l=EN-US&k=k(MICROSOFT.OFFICE.TOOLS.EXCEL.WORKBOOKBASE.APPLYTHEME);k(TargetFrameworkMoniker-%22.NETFRAMEWORK%2cVERSION% 3dV4.0%22);k(DevLang-VB)&rd=true