Question: p End Sub VBA In Class Exercise 2: Write your first name in cell A2 and write your second name in cell A4 Write a

p
End Sub VBA In Class Exercise 2: Write your first name in cell A2 and write your second name in cell A4 Write a program that - assigns content in cell A2 to a variable called first - assign the content in cell A4 to a variable called second - create a 3d variable that combines cell A2 and A4, using & - (it should look like Third = first & second) - Put the value of Third into cell A6 - Show the value of Third in a message box
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
