J
jlclyde
I have a 2 ranges of cells that are equal size and I would ilke to add
them together. Here is where I am drawing a blank. say
range("A1:A10" is the first range and Range("B1:B10") is the 2nd
range. I woudl like to add A1 to B1 and A2 to B2 and so on. I want
to skip cells if either one of them are text. I was thinking For
each.... but do nto know what this would look like. Any help would be
greatly appreciated.
Thanks,
Jay
them together. Here is where I am drawing a blank. say
range("A1:A10" is the first range and Range("B1:B10") is the 2nd
range. I woudl like to add A1 to B1 and A2 to B2 and so on. I want
to skip cells if either one of them are text. I was thinking For
each.... but do nto know what this would look like. Any help would be
greatly appreciated.
Thanks,
Jay