Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I'm just new to this code, so i'm not sure of prototype, but that's been the
problem. Thanks, that explains it. "Jim Rech" wrote: Right, so this: Private Sub Worksheet_Calculate(ByVal Target As Range) does not follow the prototype: Private Sub Worksheet_Calculate() You can't just add "ByVal Target As Range". Are you confusing this with the Worksheet_Change event? -- Jim "aftamath" wrote in message ... | I'm still getting the same message, here's the code: | | Private Sub Worksheet_Calculate(ByVal Target As Range) | | If Not Application.Intersect(Range("R2"), Target) Is Nothing Then | | intRow = (Range("W2") - Target.Value) / 0.0001 | | MsgBox intRow | | End If | End Sub | | I only get that message when I used the Calculate procedure. | | "Jim Rech" wrote: | | The sub should look like this: | | Private Sub Worksheet_Calculate() | | The error message suggests that you've modified it in some way. | | -- | Jim | "aftamath" wrote in message | ... | | What does"Procedure declaration does not match description of event or | | procedure having the same name" mean. I'm under Private Sub | | Worksheet_Calculate in VBA. | | | |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Ignore error msgs in formula references | Excel Discussion (Misc queries) | |||
Error trapped only while stepping through the code - Not triggered when run | Excel Discussion (Misc queries) | |||
Error trapped only while stepping through the code - Not triggered when run | Excel Discussion (Misc queries) | |||
Problem with VBA returning the contents of a long formula. | Excel Discussion (Misc queries) | |||
ERROR | Excel Discussion (Misc queries) |