View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
mangesh_yadav[_325_] mangesh_yadav[_325_] is offline
external usenet poster
 
Posts: 1
Default using an if then statement call a caption box to a cell


Well, you could simply say...

If Range("A1") = 100 then
MsgBox("Goal value reached")
End If

Assuming that 100 is the goal value you are seeking.


Mangesh


--
mangesh_yadav
------------------------------------------------------------------------
mangesh_yadav's Profile: http://www.excelforum.com/member.php...o&userid=10470
View this thread: http://www.excelforum.com/showthread...hreadid=379571