The fix I was looking for was more simple than I hoped. Thanks to BigBen for the reply.
RawDataMR.Range("A1").Resize(.Rows.Count, .Columns.Count).NumberFormat = "@"
, before transferring the value. – BigBen