Challenge
No
Write a program that shows a message in a dialog box, and another on a worksheet. Your worksheet should look like this to start:
The button should have the text Run on it. When the button is clicked, two things happen.
- A message shows to the right of the button.
- A different message shows in a dialog box.
For example:
Hints:
- You know how to show a message in a cell. You know how to show a message in a dialog. How do you put the two together?
- Put the code that shows the message in the cell first, before the dialog code.
The messages must be different, but can be whatever you like.
Upload your worksheet.
If you were logged in as a student, you could submit a solution to this exercise.
Where referenced