How do I prompt a user to update a cell value (ie the date)?

  • Thread starter Richard Buttrey
  • Start date
R

Richard Buttrey

On Thu, 8 Sep 2005 05:47:16 -0700, "martb"

You'd need something like a Message box which would display when some
appropriate event happens.

You'd need to decide what the event should be. Look in VBA to see what
events are available for Workbooks, Worksheets etc.

Typically you might for instance want to prompt the user if they try
to Save the Workbook while the date cell is empty.

HTH

__
Richard Buttrey
Grappenhall, Cheshire, UK
__________________________
 

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

Top