Microsoft
Software
Hardware
Network
Question : Conditional formatting for text box?
Is there a way I can apply conditional formatting to text boxes in excel? I would like to change the fill colour of boxes based on their numeric values.
e.g. if a box's value is >10 colour red, if it's < 7 colour yellow, < 5 colour green.
I've tried to use the below code (a simpler example identifying if the box is empty or not) but I can't get it to work. Where my text box is called "Link1":
Private Sub Link1_Change()
If Link1.Value = "" Then Link1.BackColor = RGB(0, 0, 0)
If Link1.Value <> "" Then Link1.BackColor = RGB(255, 0, 0)
End Sub
Is anyone able to help?
Thanks
Answer : Conditional formatting for text box?
The information that I have recommends against using local agents, and points to using ISA Lite, instead.
http://www.IBM.com/support
/docview.w
ss?rs=3455
&
uid=swg24
020502
Random Solutions
Freeware Firewall software
Spanning-tree Cost to block uplink to core Switches.
Project Server 2010 won't install
Dynamically Change .XSD File Location in Crystal Reports Using ASP.NET 2.0
Javascript form validation problems
Boot Acer Ferrari 1200 laptop from dvd to upgrade vista to windows 7
In .NET, how can I add to a variable value to a query result using LINQ to SQL?
Test javamail through command line
Having a problem seeing USB devices after installing libusb - NO KEYBOARD OR MOUSE !!
Can't print to Dymo Labelwriter 400 turbo after adding labelwriter 450 turbo drivers on windows 2003 terminal server