91) What will be the output of the following VBA code?
Sub test()
a = 'Computer operator'
Debug.Print left(a,10)
End sub
Answer is:
Computer o
Related Programming with VBA MCQ with Answers
Answer is:
The length is 13
Answer is: