Hi
I want to learn how to copy and paste a cell in vba. First, I thought it is as easy as
Cells(1,1).copy
cells(2,2).paste
That would copy cells(1,1) and paste it into cells(2,2) but that did not work. It leads me to a question on why I have cell.paste function?
So I went to watch a video and...