View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jim Thomlinson Jim Thomlinson is offline
external usenet poster
 
Posts: 5,939
Default Error Message Box

When would you like this mesage displayed. Before a person tries to save the
workbook? Before Close? Before Print? All of the above? None of the above???
--
HTH...

Jim Thomlinson


"Gordon" wrote:

Hi...

On sheet "errorcheck" I have a cell (d4) that will show the value "error" if
other values do not add up properly. However, most of the data entry is
processed on another sheet called "data entry". What I'm after is some code
that will launch a message box in the data entry sheet if the word "error"
appears in cell d4 on the "errorcheck" sheet. Anyone got any code I could
find useful?