Question: What will be displayed when the button is clicked? Sub btnDisplay_Click( ) Dim a, b, c As String. a = y b = E
Transcribed image text
What will be displayed when the button is clicked? Sub btnDisplay_Click( ) Dim a, b, c As String. a = "y" b = "E" C = "S" PrintWords (a, b, c) End Sub Sub PrintWords (ByVal x As String, ByVal y As String, ByVal z As String) Strig myVar myVar = z & y & x msgbox (myvar) End Sub
Step by Step Solution
3.40 Rating (156 Votes )
There are 3 Steps involved in it
The code provided looks like VBA Visual Basic for Applications typically used in Microsoft Office ap... View full answer
Get step-by-step solutions from verified subject matter experts
