Greetings,
I am receiving an application defined or object defined error on this line... not sure why this is giving me an error. Variable values are defined as integers. Looks similar to many of the example online, but...
My intention is to set a range object that changes within a loop.
Thanks!
I am receiving an application defined or object defined error on this line... not sure why this is giving me an error. Variable values are defined as integers. Looks similar to many of the example online, but...
My intention is to set a range object that changes within a loop.
Code:
Set arg1 = Workbooks("LOGREG_INPUT.xls").Worksheets("Paper1").Range(Cells(2, a), Cells(e, a))
Thanks!