PROGRAMMING WITH VBA - Practice Mode
2) What will be the output of the following VBA code?
Debug.printformat(#1/1/2017#,'yyyy/mm/dd')
Correct Answer: 01-01-2017
3) Which function returns true if the expression is a valid date, otherwise it returns false in VBA?
Correct Answer: IsDate()