Hi all. I'm going to start putting together a sub using select/case today, but I have a question on it. Can you select a range bigger than one cell and then have the cases be specific to certain cells within that range? For example:
I'm not really sure if this is written correctly or if you can even accomplish this using select/case. Any help or insight would be greatly appreciated. Thanks for the looks!
Hank
Code:
Select Case Range("A1:B4")
Case B4.value <> ""
Do This
Case B3.value <>""
Do This
etc.
I'm not really sure if this is written correctly or if you can even accomplish this using select/case. Any help or insight would be greatly appreciated. Thanks for the looks!
Hank