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

🎲 Try a Random Question  |  Total Questions in Quiz: 410  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
COPA Practice Test: COPA ITI Important Questions — practice the complete quiz, review flashcards, or try a random question.


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