Code:
With Workbooks(COMBINED).Worksheets(NameVar)
.Range("A6", Range("A6").End(xlToRight).Offset(-1, 0)).Copy
I have an "application or object defined error" on the lower defined line of code. How is the correct way to write this? I would like to be able to copy a range from "A6: some column value and 5".