Question: Suppose you have this in your coding: FirstName = Ruthann LastName = Whobrey How do you write the assignment statement to make Ruthann Whobrey appear
Suppose you have this in your coding: FirstName = "Ruthann" LastName = "Whobrey" How do you write the assignment statement to make Ruthann Whobrey appear in Cell A1 in the worksheet?
Question 6 options:
| Cells(1,1) = FirstName and LastName | |
| Cells(1,1) = FirstName " " & LastName | |
| Cells(1,1) = Ruthann & " " Whobrey |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
