Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
rMonth = InputBox("Please enter month (##):", "What month", [/b]Format(Month(Date),"mm")[/b])
rMonth = InputBox("Please enter month (##):", "What month", Format(Date, "mm"))
rMonth = InputBox("Please enter month (##):", "What month", [b]Format(Month(Date),"00")[/b])