Answers

Question and Answer:

  Home  MS Excel

⟩ In visual basic, I can set the color of a cell with the .interior.colorIndex property. How can I read the color of a cell before I change it?

Use a line of code like this:

OrigColor = Selection.Interior.ColorIndex

 167 views

More Questions for you: