www.ITISkill.com
Home
PROGRAMMING WITH VBA - Quiz
Categories
Computer Operator and Programming Assistant (COPA)
PROGRAMMING WITH VBA
1) Which method is used to pass the reference to the arguments?
Ref
Val
Reference
By Ref
2) Which function is used to check whether the given input is numeric or Not in VBA?
Numeric()
Isnumber()
Isnumeric()
Isnum()
3) Which function returns specified part of a given date in VBA?
Day()
Datevalue()
Datediff()
Datepart()
4) Which function returns the difference between two date values based on the interval specified in VBA?
Datediff()
Day()
Daydiff()
Datedif()
5) What is the return type of CSng function in VBA?
Boolean
Variant
Single
String
Submit Quiz