https://quizack.com/vba/mcq/in-the-statement-x-34-4-34-34-5-34-39-x
Answer: 45
Note: This Question is unanswered, help us to find answer for this one
Is This Question Helpful?
More VBA MCQ Questions
What is the shortcut keystroke to debug VBA code one line at a time?
The way to pass the latest values of variables between functions and procedures is identified as:
Which of the following VBA windows shows the code of the active object?
Which of these statements will start a loop of exactly 20 iterations?
Dim a,b as integer What is the type of a?
What reference will you add to add active x objects ,i.e. buttons, at runtime?
Which tools should be used to compile the program?
What is the short cut to get Immediate Window
Which of the following would NOT be a good use for a macro?
Output of below code: Dim a As Integer Dim b As Integer a = 1000 b = 33 MsgBox a * b