Conditional Formatting -- Need VBA Code

  • Thread starter Thread starter Kim M.
  • Start date Start date
K

Kim M.

Hi,

Can someone help me out with some starting VBA code for conditional
formatting? (I need more than the three conditions that the built-in
function permits.) I essentially just need the text of a combo box on a
continuous form to change color depending on which of seven options is
selected in that same combo box.

Thank you in advance!

Kim
 
Kim,

Have a look at...

http://msdn.microsoft.com/en-us/library/aa139965(office.10).aspx

--
Gina Whipp
2010 Microsoft MVP (Access)

"I feel I have been denied critical, need to know, information!" - Tremors
II

http://www.regina-whipp.com/index_files/TipList.htm

Hi,

Can someone help me out with some starting VBA code for conditional
formatting? (I need more than the three conditions that the built-in
function permits.) I essentially just need the text of a combo box on a
continuous form to change color depending on which of seven options is
selected in that same combo box.

Thank you in advance!

Kim
 
Back
Top