I'm trying to copy some data (values only) from one sheet to another. The source is data imported from an ascii file.
I'm not really sure why the code isn't working! Can anyone assist?
With ThisBk.Sheets("RawInput")
.UsedRange.Offset(1, 0).ClearContents
.Range("A2").Resize(TmpRows...