I have some sections of code that run perfectly well first time but create an error code on the second run through. I am guess I am missing something?
Worksheets(1).Range(Cells(analysisrow + 1, 3), Cells(lastanalysisrow, 3)).Copy Worksheets(2).Range("C3").PasteSpecial Transpose:=True
Does it not like mixing cells into ranges after the first pass? The error is application defined or object defined error
Thanks