Hello,
I'm trying to set the address of my output cell, which is 4 columns to the left of a cell that I've identified.
However when I try to set the address of the output cell using the line of code in bold below I get the error message "object required".
Thanks,
Poiu
I'm trying to set the address of my output cell, which is 4 columns to the left of a cell that I've identified.
However when I try to set the address of the output cell using the line of code in bold below I get the error message "object required".
Code:
adjusted_date_cell.Row = 13
adjusted_date_cell.Column = 8
[B]output_cell.Address = Cells(adjusted_date_cell.Row, _
adjusted_date_cell.Column - 4).Address[/B]
Thanks,
Poiu