Okay, sorry, I'll try to explain my problem better. The following is my code currently.
The ranges selected are cells that when you click on them, they drop down a list of choices (data validation set to the list option), so I'm trying to get the code to read what exact value it's on at the moment, but when I step through the code, I get an error saying:
Run-time error '1004': Application-defined or object-defined error
. So I changed my variables to variant to cover everything, but still the problem. When I do the direct A = Range("D8"), A doesn't pick up anything and is set at "nothing"
I hope this is clearer,
Cami
Bookmarks