I am using O365 and trying to copy a single value from inside a named range of values.
When I use Range.Copy even if it references a single cell (example: Range("A2").Copy ), the whole named range that fills that column (example A1:A50 = _Range1) comes with it to the destination.
Is there a way to only copy a single value?
When I use Range.Copy even if it references a single cell (example: Range("A2").Copy ), the whole named range that fills that column (example A1:A50 = _Range1) comes with it to the destination.
Is there a way to only copy a single value?