HELP!alert when negative number comes in?

  • Thread starter Thread starter tpete
  • Start date Start date
T

tpete

Hi,

I am trying write a code that alerts the user when a negative number i
in a cell. This may sound basic but i am just a beginniner at vba's.

Can anyone help??;) ;) ;
 
I am not sure about VBA.

However, You can use the cell validation and set an alerts.
To do this click the cell. Click Data on the menubar,
Click Validation, On the settings tab Allow whole numbers
or Decimal, Set data to Greater then or equal to 0, Set
minimum to 0. On the Error Alert type the Tille and error
message that you want.

Hope this helps

Judi
 

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