So I have been searching around and I am having trouble doing it, even if I tried many times but compilation failed. So, what I want to do is this (in a pretty simple and wrong form):
Worksheets("Sheets1").Range("A1") = Worksheets("Sheets2").Cells(3,Cells(3,8))
The Cells(3,Cells(3,8))
is in the same Sheet.