J
JMay
Below code works, but focus is not returned to screen interface; sys seems
"locked-up")
I must Control-Break to continue.
Sub Worksheet_Change(ByVal Target As Range)
Dim LrowInC As Long
LrowInC = Range("C65536").End(xlUp).Row
Range("D3") = "C" & LrowInC
End Sub
"locked-up")
I must Control-Break to continue.
Sub Worksheet_Change(ByVal Target As Range)
Dim LrowInC As Long
LrowInC = Range("C65536").End(xlUp).Row
Range("D3") = "C" & LrowInC
End Sub