90) What will be the output of the following VBA code?
Sub test()
Dim S AS string
S = 'wholehearted'
Debug.Print mid(s,6,4)
End sub
Answer is:
hear
Related Programming with VBA MCQ with Answers
Answer is:
Computer o
Answer is:
The length is 13
Answer is: