Question: What will be displayed when the button is clicked? Sub btnDisplay_Click( ) Dim a, b, c As String. a = y b = E

 What will be displayed when the button is clicked? Sub btnDisplay_Click() Dim a, b, c As String a = 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

1 Expert Approved Answer
Step: 1 Unlock

The code provided looks like VBA Visual Basic for Applications typically used in Microsoft Office ap... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!