Jump to content

Change Color of Text in Drop Down


PBHolt

This topic is 6457 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Windows problem.

Your computer made the file a Read Only when you downloaded it.

Go to the finder level (or whatever it is called), and change the file to Read and Write.

HTH

Lee

Link to comment
Share on other sites

I finally got it to work. Thank you for your help.

Case( RequestReason = "Safety"; TextColor ( RequestReason ; RGB ( 255 ; 0 ; 0 )) ;

RequestReason = "Productivity"; TextColor ( RequestReason ; RGB ( 0 ; 200 ; 0 )) ;

RequestReason = "Other"; TextColor ( RequestReason ; RGB ( 0 ; 0 ; 255 )))

Link to comment
Share on other sites

This topic is 6457 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.