Hi, I'm having a problem with my macro, I run it from one sheet(A) and I need to copy cells from sheet(B) and paste it to sheet(C) but I could only make it changing sheets, there is any way to do that without activate sheets???
My macro:
Sub VPL()
Dim j As Long, i As Long
For j = 1 To 9...