I'm trying to define a variable based on the value of a cell. The column is static but the row is ActiveCell.Row. I can't find how to reference it.
Something like: MyVariable = (B,ActiveCell.Row)
...where B is the column and ActiveCell.Row is the row I need. The example above doesn't work but it's what I'm trying to accomplish.
Many Thanks!
Something like: MyVariable = (B,ActiveCell.Row)
...where B is the column and ActiveCell.Row is the row I need. The example above doesn't work but it's what I'm trying to accomplish.
Many Thanks!