Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
Im 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 Id 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, Ill change the selections format. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
XL2002: Selection.SpecialCells(xlCellTypeBlanks).Select | Excel Programming | |||
Excel 2003 'SpecialCells' VBA cell Selection - how do I do this? Helpneeded please | Excel Programming | |||
SpecialCells - no cells selected | Excel Programming | |||
SpecialCells - no cells selected | Excel Programming | |||
.Cells.SpecialCells(xlLastCell) | Excel Programming |