S
Shai Shefer
Hi, I have a fairly quick question about pasting a captured range.
If I have (sheet names and ranges different):
Dim MyInfo As Range
Set MyInfo = Worksheets("Sheet1").Range("B1:B:2")
How can I then take MyInfo and paste it? I have tried:
Range("D1
2").Value = MyInfo
But that doesnt seem to work. Any idea?
If I have (sheet names and ranges different):
Dim MyInfo As Range
Set MyInfo = Worksheets("Sheet1").Range("B1:B:2")
How can I then take MyInfo and paste it? I have tried:
Range("D1

But that doesnt seem to work. Any idea?