Message Box

  • Thread starter Thread starter John Moore
  • Start date Start date
J

John Moore

How do I have a message show up when a cell is clicked .... i.e. I want the
cells in a particular coulmn ( say C ) that when I click on one cell ,,, say
C3 ,,,, a message box appears with a message ... without using VBA ?
 
Without using VBA there isn't a way to get a message box to pop up when
clicked. However, you can click on a cell and display an inserted comment.

Click INSERT on the menu and select COMMENT. Enter your text message in the
displayed comment box
 
Maybe you could use Data|Validation (xl2003 menus)

You can specify the message on the "input message" tab of that dialog.

This is the opposite of a comment. You actually have to select the cell to see
the message--not just mouse over it.
 
Thanks Dave. ONce again you come up trumps.

Dave Peterson said:
Maybe you could use Data|Validation (xl2003 menus)

You can specify the message on the "input message" tab of that dialog.

This is the opposite of a comment. You actually have to select the cell to see
the message--not just mouse over it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top