M
mjack003
Hi,
I've been trying to solve this problem for quite some time now but I
can't get a straight answer. I need to create a macro which will match
numbers from two lists and highlight the numbers on the master list
when the macro is ran. It should look work something like this:
conditional format:
formula is=CountIf($A$5:$A$4500 'from all grouped sheets',A5) =1
I don't know how I would program this into a VBA macro. The main idea
is A5:A4500 from all grouped sheets is compared to a5:a4500 on the
master sheet. Also, not all cells would be filled so I would need to
omit empty cells. Thanks in advance.
Regards,
Mjack
I've been trying to solve this problem for quite some time now but I
can't get a straight answer. I need to create a macro which will match
numbers from two lists and highlight the numbers on the master list
when the macro is ran. It should look work something like this:
conditional format:
formula is=CountIf($A$5:$A$4500 'from all grouped sheets',A5) =1
I don't know how I would program this into a VBA macro. The main idea
is A5:A4500 from all grouped sheets is compared to a5:a4500 on the
master sheet. Also, not all cells would be filled so I would need to
omit empty cells. Thanks in advance.
Regards,
Mjack