Hi looking for help with my input box macro below, I am looking to have the macro only allow certain numbers e.g. 10,20,30,40,50 etc but this doesn't work:
Sub runQsheet()
Dim myValue As Variant
Do
myValue = InputBox("Enter Fiscal Week Number", "Report Refresh", 1)
'cancel pressed...