cmefly
Well-known Member
- Joined
- May 13, 2003
- Messages
- 683
Hi,
For the life of me i can't figure this one out...and it seems easy..(or so i think)...blah!
using VBA - i'm trying to find every cell in column B that is equal to "AAA". Then, i'd like to assign a variable its location (for example, if B9 = "AAA", then variable A = 9, if the next time it finds "AAA" is in cell B400 then variable B = 400....etc in that order). The maximum number of "AAA" that can be found is 25.
is this possible? I'm having problems looping through the alphabet....
thanks,
Marc
For the life of me i can't figure this one out...and it seems easy..(or so i think)...blah!
using VBA - i'm trying to find every cell in column B that is equal to "AAA". Then, i'd like to assign a variable its location (for example, if B9 = "AAA", then variable A = 9, if the next time it finds "AAA" is in cell B400 then variable B = 400....etc in that order). The maximum number of "AAA" that can be found is 25.
is this possible? I'm having problems looping through the alphabet....
thanks,
Marc