PROGRAMMING WITH VBA - Practice Mode

1) Which function returns the current system date and time in VBA?
Correct Answer: Now()
2) Which function extracts the first 5 characters from a string in VBA?
Correct Answer: Left(str,5)
3) Which color of dot indicate the breakpoint in VBA?
Correct Answer: Red
4) Which shortcut key is used to set the properties of form while designing?
Correct Answer: F4
5) Which shortcut key is used to open code window in VBA?
Correct Answer: F7