Balajibenz
Board Regular
- Joined
- Nov 18, 2020
- Messages
- 80
- Office Version
- 2013
- Platform
- Windows
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)
also please help me to exit from sub if user clicks on cancel in the prompt box.
strdate = Application.InputBox(Prompt:="Enter the weekending date (mm/dd/yyyy)", Title:="WEEKENDING DATE", Default:=Format(Date, "Short Date"), Type:=1)
also please help me to exit from sub if user clicks on cancel in the prompt box.