Dynamic textbox backcolor change in a userform
Posted by Rory on October 16, 2001 10:52 AM
Hi,
I have textboxes on a userform that get data from cells. I would like to change the background color of a textbox if it contains a value.
I have tried: if userform1.textbox1.value <>"" then backcolor = &H00C0FFFF& but this pulls up the chart tool menu for some reason and changes the form color, not the textbox.
Anyone have any ideas.
Thanx Rory