Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi, I want a message box to appear when the value of a cell reaches a certain level. I've tried the following code in the 'ThisWorkbook' section but it just comes up with an error: Private Sub Workbook_SheetCalculate(ByVal_Sh As Object) If Sh.Range("B21").Value 0 Then MsgBox "No Lose Scenario " & Sh.Name End If End Sub The error that is dispalyed is 'Procedure Declaration does not match description or event of procedure having the same name'. It then highlights the first line. Could anyone help please? Please note I am an absolute beginner! -- pusky123 ------------------------------------------------------------------------ pusky123's Profile: http://www.excelforum.com/member.php...o&userid=31947 View this thread: http://www.excelforum.com/showthread...hreadid=516683 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Workbook Open event | Excel Programming | |||
Workbook open event | Excel Programming | |||
Workbook Open event | Excel Programming | |||
Workbook Deactivate Event | Excel Programming | |||
Workbook Open Event | Excel Programming |