Hi there,
I am having a problem with my current bit of code as I am quite new to vba. The code I am having an issue with is shown below.
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
If Range ("J3").Value > 0 and Range ("C3").Value = "" Then
Range ("C3").Value =...