I am trying to link the formatting of a cell on one tab to the cell on another tab. (ie, if the cell on tab a changes green I need the cell on tab b to also change green). Can this be done?
I am trying to link the formatting of a cell on one tab to the cell on another tab. (ie, if the cell on tab a changes green I need the cell on tab b to also change green). Can this be done?
you will need code(vba) to do that functions do not copy formats. unless the change is the result of a function itself i.e if your cell x1 says =a1 then the cell on the other sheet could be changed by =x1=a1 even then you'd need a named range for cell for conditional format to work across sheets
"Unless otherwise stated all my comments are directed at OP"
Mojito connoisseur and now happily retired
where does code go ?
look here
how to insert code
how to enter array formula
why use -- in sumproduct
recommended reading
wiki Mojito
how to say no convincingly
most important thing you need
Martin Wilson: SPV
and RSMBC
no the change is not do to a formula, it is changed manually. I do have a basic understanding of VBA, do you have a code that would work for this?
well
in sheet 2's worksheet module will do that but every time you activate the sheet the macro fires and the undo stack is cleared so you'll have no undo option.![]()
Please Login or Register to view this content.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks