r/vba 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

8 Upvotes

2 comments sorted by

5

u/themrlawrence 9d ago

Put images in your README.md so we can see what the result of your tool is.

1

u/AssistanceEvery2402 7d ago

There is an image in the main README.md, but I will add some to the release one as well. Thank you