What will be the output of the following VBA function?Sub stg() Str = “Mathematics” Debug.Print right(str,6) 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 function?Sub stg() Str = “Mathematics” Debug.Print right(str,6) End sub