Is there a way of grabbing the values of a range of cells and assigning 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 not work.
Assistance Appreciated.
Bookmarks