Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I dont know if the cells in those rows has to meet a criteria if so then:
dim cell as range for each cell in range ("your range here") if cell.value = "whatever" then cell.entirerow.clearcontents end if next cell if you just want to clear rows then sub clear () range("your ranger here").clearcontents end sub "Peter" wrote in message ... Thank you all very, very, very much! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro to clear contents and put an X | Excel Discussion (Misc queries) | |||
clear cells macro | Excel Discussion (Misc queries) | |||
macro to clear cells | Excel Discussion (Misc queries) | |||
Clear shhet with macro | Excel Discussion (Misc queries) | |||
Clear Contents Macro | Excel Worksheet Functions |