tiredofit
Well-known Member
- Joined
- Apr 11, 2013
- Messages
- 1,924
- Office Version
- 365
- 2019
- Platform
- Windows
This thread shows how it's possible to change the theme using VBA:
@Jaafar Tribak provided a nice solution.
I would like to know if it is possible to "extend" this idea.
Manually, the steps would be:
and that changes the taskbar to black.
Is this possible to replicate using VBA?
Thanks
Code:
https://www.mrexcel.com/board/threads/change-office-theme-with-code.1260031/page-2#post-6190667
@Jaafar Tribak provided a nice solution.
I would like to know if it is possible to "extend" this idea.
Manually, the steps would be:
Code:
Settings -> Personalisation -> Choose your mode -> Dark
and that changes the taskbar to black.
Is this possible to replicate using VBA?
Thanks