Hi All,
I'm using this snippet of code to define a cell that changes depending on how the user specifies a couple different parameters.
Dim matchcell As String
matchcell = Sheets("Control").Cells(LastRow1 * 2 - 2, 1).Address(0, 0)
Then, I'm using the following bit of code to insert a function...