BIGTONE559
Active Member
- Joined
- Apr 20, 2011
- Messages
- 336
I have code and i can get it into the proper area however, i cannot paste the values.
I normally use Range(blah).copy
range(blah).pastespecial xlvalues
however that did not work in this case.
Code is Below:
I normally use Range(blah).copy
range(blah).pastespecial xlvalues
however that did not work in this case.
Code is Below:
Code:
Range(Cells(cell.Row, 1), Cells(cell.Row, 3)).Copy Destination:=Sheets("BCresolve").Cells(destrow, 1)