Hello everyone,
I am new to VBA and I've looked for a lot of threads which could answer my questions but couldn't find any.
Here is my code so far:
Sub copyrows()
Dim tfCol As Range, Cell As Object
Set tfCol = Range("B36:B45")
For Each Cell In tfCol...