What will be the output of the following VBA code?Sub test() Dim l as integer Dim S as string S = “Time is money” l = len(s) Debug.print “The length is “ & l 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 l as integer Dim S as string S = “Time is money” l = len(s) Debug.print “The length is “ & l End sub