View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Stuart M Stuart M is offline
external usenet poster
 
Posts: 1
Default Create a warning message


Cell validation only works when data is entered directly in a cell. I want to
recreate this effect so that Excel displays a pop up message when the
calculated value of a cell falls below £100. The cell in question is
calculating the sum of three other cells on the worksheet and is formatted as
currency.

Cheers :)