D
Dan
I'm trying to use the SheetChanged event of the OWC10 spreadsheet
component. I'm using the parameters that are in the object browser AND
the documentation.
I keep getting:
Compile Error:
Procedure Declaration does not match description of event or procedure
having the same name
I've tried this:
Sub ssEffort_SheetChange(ByVal Sh As Object, ByVal Target As Range)
This:
Sub ssEffort_SheetChange(Sh, Target)
And this:
Sub ssEffort_SheetChange(Sh As Worksheet, Target As Range)
and I'm still getting this annoying error. Please help.
component. I'm using the parameters that are in the object browser AND
the documentation.
I keep getting:
Compile Error:
Procedure Declaration does not match description of event or procedure
having the same name
I've tried this:
Sub ssEffort_SheetChange(ByVal Sh As Object, ByVal Target As Range)
This:
Sub ssEffort_SheetChange(Sh, Target)
And this:
Sub ssEffort_SheetChange(Sh As Worksheet, Target As Range)
and I'm still getting this annoying error. Please help.