Your messages

Tags
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:

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:

Output

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.

Where referenced