Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
The following code works well with the exception that when the Message Box appears and the cursor is moved off the Message Box on to the worksheet the hour glass appears instead of the mouse pointer. I presume this means that the macro is still running. Sub CheckVolumeRise1() If Range("g6") < Range("h6") < Range("k6") Then MsgBox Range("a6") & " has reached criteria" End If End Sub Please will someone advise me on what to do. Thank you. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Command button continues to be visible! | Excel Programming | |||
Fails then continues without error | Excel Programming | |||
=OFFSET(MATCH(My frustration continues!)) | Excel Programming | |||
Formula Bar continues to move | Excel Discussion (Misc queries) | |||
CheckSpelling Method Continues beyond specified range | Excel Programming |