I do have a question though, when you are equating copy and pastes, does it go:

Source = Destination or Destination = Source

It looks like the latter is true. Nonetheless, this is truly a tremendous help! I am over the moon and will be back shortly.
Not sure what you mean by 'equating'

The syntax for Copy/Paste is something like

ws1.Range("A1").Copy ws2.Range("C3")

where you're copying A1 and putting it into C3