7) What will be the output of the following VBA code?
Debug.printformat(#1/1/2017#,'yyyy/mm/dd')
Answer is:
2017/01/01
Related Programming with VBA MCQ with Answers
8) Which function returns true if the expression is a valid date, otherwise it returns false in VBA?
Answer is:
IsDate()
Answer is: