Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hello, I would like to know if someone could help me out with a Macro, to
delete certain rows in certain Worksheets. Im working in a file that has several Worksheets that work together. On column A of the Worksheets I have a certain reference which is a number. The idea is to have a 3rd Worksheet to control, for example to type in that control worksheet let's say in cell A1 a certain number and to run the Macro which would delete the rows in Sheet 1 and 2 containing that number in Column A. thanks! |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
have a look in vba help index for FIND and then FINDNEXT.
-- Don Guillett SalesAid Software "Ed" wrote in message ... Hello, I would like to know if someone could help me out with a Macro, to delete certain rows in certain Worksheets. Im working in a file that has several Worksheets that work together. On column A of the Worksheets I have a certain reference which is a number. The idea is to have a 3rd Worksheet to control, for example to type in that control worksheet let's say in cell A1 a certain number and to run the Macro which would delete the rows in Sheet 1 and 2 containing that number in Column A. thanks! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Add or Delete Rows in Protected worksheets | Excel Discussion (Misc queries) | |||
How can I delete a row from all worksheets in a workbook easily? | Excel Worksheet Functions | |||
Changing a Link Mid-way Across Worksheets | Excel Worksheet Functions | |||
deleting worksheets from names in a range | Excel Discussion (Misc queries) | |||
Can you delete multiple worksheets with one command? | Excel Worksheet Functions |