Hey.
I need to change the below cell code into VBA code.
=ADDRESS($O$7;MATCH(K7;'3rd exercise'!3:3;0))
Just to clarify, I am trying to remove unnecessary cells from the worksheets, so all the cell references are already variables in the code, except for the '3rd exercise'!3:3 as it is a value that has to be looked for.
I am new to VBA so if you can add anything to clarify how everything works, I'd love it. Thanks upfront!
I need to change the below cell code into VBA code.
=ADDRESS($O$7;MATCH(K7;'3rd exercise'!3:3;0))
Just to clarify, I am trying to remove unnecessary cells from the worksheets, so all the cell references are already variables in the code, except for the '3rd exercise'!3:3 as it is a value that has to be looked for.
I am new to VBA so if you can add anything to clarify how everything works, I'd love it. Thanks upfront!