G
glen.e.mettler
I have modified Gord Dibben's macro from a few days ago to color the
cells in the workbook that contain formulas. However, after I do that
I want to return the cells to the original color. I toyed with the
idea of creating an elaborate array to capture the original color and
then rerun the macro using that color. However, in one VBA book I
have it talks about the computing overhead the Redim takes and
suggests using a Collection (but doesn't elaborate).
Anybody have a clue on how best to do this?
Glen
cells in the workbook that contain formulas. However, after I do that
I want to return the cells to the original color. I toyed with the
idea of creating an elaborate array to capture the original color and
then rerun the macro using that color. However, in one VBA book I
have it talks about the computing overhead the Redim takes and
suggests using a Collection (but doesn't elaborate).
Anybody have a clue on how best to do this?
Glen