Im quite new to VB, basically i've seen a range specified like:
Range("B4,C4,F4,H4").Select
I was just wondering how i could get variables to specify a range of cells. I need the macro to paste data, in columns on the same row, the column will not be changing, but the macro will be...