Hi,
I have the following code that works but I was wondering if anyone knows a quicker way to code it?
Private Sub Worksheet_BeforeDoubleClick(ByVal Target As Range, Cancel As Boolean)'DAYS
If Target.Column = 3 Then
Application.ScreenUpdating = False
Range("C" & Selection.Row).Value =...