Link to home
Start Free TrialLog in
Avatar of Flora Edwards
Flora EdwardsFlag for Sweden

asked on

Vba to highlight which cell has what input

i am looking for a vba solution that does the following

a simple macro that puts cell background color based on cell inputs for all worksheets in activeworkbook

if cell input is formula but not array formula then green background
if cell input is array formula then light green
if cell input is date without time then yellow background
if cell input is dates with time then orange
if cell input is Boolean then silver
if cell input is number then Peach
if cell input is text then Raspberry color
if cell input is error then Violet
if cell input is space or char 16 or char 10 any invisible char then Azure

also a undo line that will reset the background color back to NoFILL

thanks.
ASKER CERTIFIED SOLUTION
Avatar of Rgonzo1971
Rgonzo1971

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Flora Edwards

ASKER

many thanks