pperlich
Mechanical
- Jun 17, 2014
- 114
I'm having trouble with the following code throwing an error:
Where n is the loop variable in a For loop.
It think the problem lies with referencing Worksheets(2), but why?
Worksheets(1).Range(Cells(22, n + 2), Cells(23, n + 2)).Value = Worksheets(2).Range(Cells(4, n + 2), Cells(5, n + 2)).Value
Where n is the loop variable in a For loop.
It think the problem lies with referencing Worksheets(2), but why?