M
mozart
Is there a way of grabbing the values of a range of cells and assignin
them to a string vairable.
For example if I had RED, BLUE, WHITE in cells A1 to A3 respectively
how could I get my variable strColors=RedBlueWhite
I have tried strColors=Range("A1:A3").value and that obviously did no
work.
Assistance Appreciated
them to a string vairable.
For example if I had RED, BLUE, WHITE in cells A1 to A3 respectively
how could I get my variable strColors=RedBlueWhite
I have tried strColors=Range("A1:A3").value and that obviously did no
work.
Assistance Appreciated