Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I keep got a runtime error 1004 and the debug log into the macro below can anybody helpme. Many thanks in advance Sub Auto_Open() TrapEntry End Sub Sub TrapEntry() Worksheets("CONVEYOR").OnEntry = "Deceleration" End Sub {High light area} Sub Deceleration() Sheets("Calculations").Range("D10").GoalSeek Goal:=0, ChangingCell:=Sheets _ ("Calculations").Range("D5") End Sub Sub RunSag() Worksheets("CONVEYOR").Activate Set SagTestRange = Range("BO51") For Each CELL In SagTestRange.Cells If Not (CELL.Value = False) Then MsgBox "BELT SAG EXCEEDS ALLOWABLE LIMITS.", vbExclamation, "PROBLEM" End If Next End Sub |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
runtime error '1004' | Excel Discussion (Misc queries) | |||
runtime error 1004 | Excel Discussion (Misc queries) | |||
Excel 2003 Macro Error - Runtime error 1004 | Excel Discussion (Misc queries) | |||
Runtime error 1004 | Excel Programming | |||
Runtime error 1004 | Excel Programming |