webster188
New Member
- Joined
- Oct 20, 2010
- Messages
- 31
Hi All,
I have a rather big vba project that is used by multiple users. The different worksheets and userforms all have a uniform look and feel. Used colors are defined by RGB values.
In my current code, the used colors are hard coded. For instance, the background of each userform is set before the userform is displayed.
I now want to store the colors in a worksheet or as a constant in vba so I can refer to these values each time i need to display something. By doing so, I can also easily implement color schemes where the user can select what colors to be used.
What would be the easiest way to implement something like this.
Thank in advance for your help.
I have a rather big vba project that is used by multiple users. The different worksheets and userforms all have a uniform look and feel. Used colors are defined by RGB values.
In my current code, the used colors are hard coded. For instance, the background of each userform is set before the userform is displayed.
I now want to store the colors in a worksheet or as a constant in vba so I can refer to these values each time i need to display something. By doing so, I can also easily implement color schemes where the user can select what colors to be used.
What would be the easiest way to implement something like this.
Thank in advance for your help.