Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to have a msgbox in case B10 is greater than 0 (Zero)...
Sub workbook_open() If Cells(10, 2) 0 Then msg = MsgBox("Need investigation.... ", vbOKOnly, "Money Missing") End If End Sub However, this code runs very well when i play from VBE but does no work when I open this work book. I want when ever I open workbook an B10 is greater than 0 then it should give me this message... I neeeeeed badly you help please.. -- Message posted from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
MsgBox | Excel Programming | |||
help with msgbox | Excel Programming | |||
Msgbox | Excel Programming | |||
MsgBox | Excel Programming | |||
MsgBox | Excel Programming |