Hi,
Whenever I run the code below in the module the msgbox returns a value, i.e 9 (signifying 9th row).
Sub test()
x = ActiveCell.Row
MsgBox x
End Sub
But whenever I use the immediate window (print x) or the watch window (x) nothing happens . In other words...