Martynrbell
New Member
- Joined
- Apr 11, 2016
- Messages
- 38
- Office Version
- 365
- Platform
- Windows
I have the following line of code
Worksheets("Sheet1").Cells(RowNo, ColNo).Copy Worksheets("Sheet2").Range("B" & (DstRowOffset + ColNo + 1))
I would like to paste the cell with "pasted cell",
CHR(34)&Value&CHR(34)&CHR(44)
Any one know how to do this ?
Worksheets("Sheet1").Cells(RowNo, ColNo).Copy Worksheets("Sheet2").Range("B" & (DstRowOffset + ColNo + 1))
I would like to paste the cell with "pasted cell",
CHR(34)&Value&CHR(34)&CHR(44)
Any one know how to do this ?