I have below code where code asks for date from user but there is help (?) in the prompt box. can someone hep to find out how to remove it.
strdate = Application.InputBox(Prompt:="Enter the weekending date (mm/dd/yyyy)", Title:="WEEKENDING DATE", Default:=Format(Date, "Short Date"), Type:=1)...