How do I?

  • Thread starter Thread starter Greg B
  • Start date Start date
G

Greg B

I have a section in my workbook where a person can make an appointment,
How
can I make a message box pop-up to say "This date has already passed" if
someone puts in past date


Thanks in advance

Greg
 
Greg,

Use Data Validation.

1. In another cell, enter the formula =Now()
2. Set up a rule that says
a. Allow a Date
b. Greater than or equal to
c. Point the start date to the cell with the Now formula in
d. set up your input and error messages if you want to


Robin Hammond
www.enhanceddatasystems.com
 
I have a section in my workbook where a person can make an appointment,
How
can I make a message box pop-up to say "This date has already passed" if
someone puts in past date


Thanks in advance

Greg

Take a look at Data/Validation

--ron
 

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