Good Afternoon,
I keep getting a "error 13" Type mismatch for the piece of coding below and I'm not sure why. These are calculators just doing speed*time=distance and variations of that simple formula.
Ideas?
Sub ETA_CALC1()Dim name As String
name = Sheets("Notes").Range("N4")
Dim Path1 As...