RockandGrohl
Well-known Member
- Joined
- Aug 1, 2018
- Messages
- 801
- Office Version
- 365
- Platform
- Windows
Hi all,
Let's say I have a counter of two different brands, JG and OM. I have a horizontal scroll bar on a userform which I want to show the split between the brand allocation.
If I have 300 allocations, and 200 are JG and 100 are OM, I would like the bar to look as follows:
This would update gradually as the userform is refreshed. If I pick more OM tours, the blue portion of the bar would increase as the red portion decreases.
Is this, or something like it, even possible? I just want to give a visual representation of how the allocations are being spread out.
Thanks guys.
Let's say I have a counter of two different brands, JG and OM. I have a horizontal scroll bar on a userform which I want to show the split between the brand allocation.
If I have 300 allocations, and 200 are JG and 100 are OM, I would like the bar to look as follows:
Code:
[COLOR=#ff0000][FONT=monospace]███[/FONT][FONT=monospace]█[/FONT][FONT=monospace]█[/FONT][FONT=monospace]█[/FONT][FONT=monospace]█[/FONT][FONT=monospace]█[/FONT][FONT=monospace]████████[/FONT][/COLOR][FONT=monospace]█[/FONT][COLOR=#0000ff][FONT=monospace]█[/FONT][FONT=monospace]█[/FONT][FONT=monospace]█[/FONT][FONT=monospace]█[/FONT][FONT=monospace]█[/FONT][FONT=monospace]███[/FONT][/COLOR]
This would update gradually as the userform is refreshed. If I pick more OM tours, the blue portion of the bar would increase as the red portion decreases.
Is this, or something like it, even possible? I just want to give a visual representation of how the allocations are being spread out.
Thanks guys.
Last edited: