H
h2fcell
Hello,
I’m looking for a way to select all cells in a current region with a certain
value.
Similar to what Go To Special does with blanks or constants.
Selection.SpecialCells(xlCellTypeConstants, 23).Select
I’d like to avoid using loops or If then, because the region is quite large
and there are few cells that meet the condition.
The value is the word “testâ€.
Is there a way to use Selection.SpecialCells for cells containing the word
test?
After all the cells containing the word test are selected, I’ll change the
selections format.
I’m looking for a way to select all cells in a current region with a certain
value.
Similar to what Go To Special does with blanks or constants.
Selection.SpecialCells(xlCellTypeConstants, 23).Select
I’d like to avoid using loops or If then, because the region is quite large
and there are few cells that meet the condition.
The value is the word “testâ€.
Is there a way to use Selection.SpecialCells for cells containing the word
test?
After all the cells containing the word test are selected, I’ll change the
selections format.