related cells in same ecel workbook

  • Thread starter Thread starter doorman
  • Start date Start date
D

doorman

at work when a process is complete I colour in the cell as a quick visual
reference, how do I get a related cell in the same work book to automatically
fill with colour
 
Formulas retrieve values--not formats, so that's out.

There's no even that fires when you change the format of the cell. So you can't
rely on that.

You could use the worksheet_selectionchange event and format the related cell
after the next selection change.

Or maybe you could use a macro that colors both cells at once.

Or if you're lucky, you could use format|Conditional formatting for both cells.
 

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

Back
Top