I face a problem copying a range of values from one workbook to another workbook.
I confirm that GLB_rngToCopy has gotten the correct range of values.
But GLB_rngToPaste only received the first value of GLB_rngToCopy range.
I tested this kind of rang to range assignment in the same worksheet, it could work. Can't it apply to ranges in different workbook or worksheet?
Rgds,
lolo
Code:
GLB_rngToPaste.Value = GLB_rngToCopy.Value
I confirm that GLB_rngToCopy has gotten the correct range of values.
But GLB_rngToPaste only received the first value of GLB_rngToCopy range.
I tested this kind of rang to range assignment in the same worksheet, it could work. Can't it apply to ranges in different workbook or worksheet?
Rgds,
lolo
Last edited: