ITI MCQ
Home
PROGRAMMING WITH VBA - Quiz
Categories
Computer Operator and Programming Assistant (COPA)
PROGRAMMING WITH VBA
1) Which code is used to display a user form in VBA?
Load user Form1
User Form1.Show
User Form1.Show False
User Form1.Load
2) Which mathematical function returns square root of a specified number in VBA?
Sqt()
Squr()
Sqrt()
Sqr()
3) Which VBA function is used to convert the string from uppercase to lowercase?
Lcase()
Lower()
Ucase()
Upper()
4) Which of the following is logical operator in VBA?
+
-
*
AND
5) Which character is to be suffixed for long data type in VBA?
&
!
#
@
Submit Quiz