Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to write a macro that will search in Column A for each cel
that contains a value ending in .01 (so i need wildcards) and the delete the entire row. Can anybody help -- Message posted from http://www.ExcelForum.com |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You don't need wildcards if it always ends with .01
if right(cell,3)=".01" then cell.entirerow.delete -- Don Guillett SalesAid Software "matt_steer " wrote in message ... I am trying to write a macro that will search in Column A for each cell that contains a value ending in .01 (so i need wildcards) and then delete the entire row. Can anybody help? --- Message posted from http://www.ExcelForum.com/ |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro for deleting rows and serialising the remaing rows | Links and Linking in Excel | |||
Macro for deleting rows and serialising the remaing rows | Setting up and Configuration of Excel | |||
Macro for deleting rows and serialising the remaing rows | Excel Worksheet Functions | |||
Help!! I have problem deleting 2500 rows of filtered rows!!!! | Excel Discussion (Misc queries) | |||
deleting hidden rows so i can print only the rows showing?????? | Excel Worksheet Functions |