PROGRAMMING WITH VBA - Practice Mode

1) Which code is used to display a user form in VBA?
Correct Answer: User Form1.Show
2) Which mathematical function returns square root of a specified number in VBA?
Correct Answer: Sqr()
3) Which VBA function is used to convert the string from uppercase to lowercase?
Correct Answer: Lcase()
4) Which of the following is logical operator in VBA?
Correct Answer: AND
5) Which character is to be suffixed for long data type in VBA?
Correct Answer: &