Macro to change font color

K

kent Dixon

Hello, Is there a macro that I can link to a control that
will change the font color of a cell on a form? Thank you.
Kent
 
S

Steve Schapel

Kent,

You can use a SetValue macro action for this. Depends when you want to
change it, but the macro will be a bit like this...
Action: SetValue
Item: [YourControlName].[ForeColor]
Expression: 255
(makes the font color of YourControlName red)
 
G

Guest

Can't you just write a simplpe argument in conditional formatting to take care of suck issues?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top