r/vba • u/AssistanceEvery2402 • 9d ago
Show & Tell Custom Excel Theme Management
Hello VBA friends!
I have created a tool to create and apply custom color themes to your workbooks. This is a modified version from the original I built for work. The original version is a little more advanced with each user having a favorites folder in their documents and the main file shared between all users across the network. We can all use each others created themes.
I hope this does not go against rule 7.
This is not AI generated, but rather uses an API key to send a prompt to Google Labs that will generate 12 colors. They will be returned in a specific template to create a theme based off an object or idea that you enter in a textbox.
Currently there are categories and tags that can be entered to filter the list of themes to choose from. I am looking for feedback and/or suggestions on further improvement.
Take a look if you have the time.
Thank you!
You can download it here
https://github.com/C-Johnson83/Workbook_Painter/releases/tag/v1.0.01
I do not see where I can upload an image
5
u/themrlawrence 9d ago
Put images in your
README.mdso we can see what the result of your tool is.