I would like to create an if statement based on an active row.

For example, something like this

If ActiveCell.Row = Range (C:C) Then



In other words, I only want the code to fire if the active cell is in column C