QuizApp
Home
Teacher
Login
Register
Guest Mode
Student
Login
Register
Guest Mode
Dashboard
Study MCQ
Computer Operator and Programming Assistant (COPA)
PROGRAMMING WITH VBA
Question #2127
Question #2127
Share
View All Questions
Which function extracts the first 5 characters from a string in VBA?
A.
Right(str,5)
B.
Left(str,5)
C.
Mid(str,5)
D.
Substr(str,5)
Explanation
No explanation provided.