Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Runtime error 1004

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
runtime error '1004' Steve Excel Discussion (Misc queries) 1 April 28th 06 08:58 PM
runtime error 1004 valdesd Excel Discussion (Misc queries) 0 October 12th 05 05:30 PM
Excel 2003 Macro Error - Runtime error 1004 Cow Excel Discussion (Misc queries) 2 June 7th 05 01:40 PM
Runtime error 1004 edreczk Excel Programming 1 November 4th 04 10:19 PM
Runtime error 1004 Gary[_4_] Excel Programming 1 October 10th 03 02:21 PM


All times are GMT +1. The time now is 01:19 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"