Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi, this seems like a pretty basic function so you will have to forgive my ignorance. I want to delete all rows where a cell begins with a set string. I have searched all over Google, but this is one of those searches where I cannot quite seem to find the right words. This is my conditional statement: ... If ActiveCell.Value Like " Call%" Then Selection.EntireRow.Delete ... Cheers, Anders. -- Anders001 ------------------------------------------------------------------------ Anders001's Profile: http://www.excelforum.com/member.php...o&userid=28030 View this thread: http://www.excelforum.com/showthread...hreadid=475335 |