Hello, how do I ensure myValue when entered in the inputbox in the first sub below, carries through to the section without being asked again?
Many thanks.
Sub D42_Forecast_Macro()
Dim myValue As Variant
myValue = InputBox("Enter the railway period, e.g. 1804")
End Sub
Public Sub...