How to create gradient bar in the textbox on the form (1 Viewer)

smtazulislam

Member
Local time
Today, 12:51
Joined
Mar 27, 2020
Messages
806
I have a form where have textbox "[Incident Count]".
if incident Count = 0 then GREEN and if it is increasing then colur will be increase then if incident count = 10 then RED

if tried to conditional format. [Incident Count] > 0 And [Incident Count] <= 10
It is worked. as GREEN and RED

I want to know, can possible to make it like attached image.
1.jpg
 

ebs17

Well-known member
Local time
Today, 11:51
Joined
Feb 7, 2020
Messages
1,949
You could use an image processing program that can be controlled with VBA via object model or command lines.
You can stretch a little for self-imposed demands. So don't complain if it's too much or too hard for you.

With a simple number of 10, you could also prepare these 10 images and load them case by case.
 

isladogs

MVP / VIP
Local time
Today, 10:51
Joined
Jan 14, 2017
Messages
18,239
See if you can use the ideas behind the gradient version of my progress bar

 

Users who are viewing this thread

Top Bottom