Mauricio Samy Silva
New Member
- Joined
- Aug 13, 2002
- Messages
- 25
Hello,
The above command line looks for blanks cells in range G2:G157 and hidde the row.
I need look for cells whith names (strings)in it and others whith 0 (zero) in it.
Help me whith the code!!!!
Many thanks
ActiveSheet.[G42:G157].SpecialCells(xlCellTypeBlanks).EntireRow.Hidden = True
Mauricio
The above command line looks for blanks cells in range G2:G157 and hidde the row.
I need look for cells whith names (strings)in it and others whith 0 (zero) in it.
Help me whith the code!!!!
Many thanks
ActiveSheet.[G42:G157].SpecialCells(xlCellTypeBlanks).EntireRow.Hidden = True
Mauricio