I am trying to write a program that highlights all the cells that are a certain attribute so I can simply press delete. The only way I've gotten close to it is by writing a macro that turns the cells a certain color. I want to find some sort of macro that is like:
Range("Datebase")
If Activecell = ... Then
Select.
The problem is that when I get one cell to select, selecting another usually deselects the first. Can this be done? Can I get a macro to multiple select? I'd appreciate your help.
2006-07-06
14:42:41
·
4 answers
·
asked by
D H
2
in
Computers & Internet
➔ Software