Whats the VBA that makes an active cell show its reference. I am learning VBA, so sorry if this is a stupid question.
I have tried:
Dim AC As Long
Sheets("Corus - Kal Zip."
.Select
AC = ActiveCell.Value
ActiveCell = AC
End Sub
needless to sat it dosn't have the desired effect.
thanks
I have tried:
Dim AC As Long
Sheets("Corus - Kal Zip."
AC = ActiveCell.Value
ActiveCell = AC
End Sub
needless to sat it dosn't have the desired effect.
thanks