03-04-2009, 10:07 PM
Sorry, I know - old topic.
But I've got a small problem. When I replace clsSadscript with what's instructed in the last step I get an error on
Why? I can't figure it out.
EDIT: I've fixed that (turns out my script.dll was corrupted) but now when I try to compile I get
and
gets highlighted.
My guess was that a variable wasn't defined somewhere but I can't see where.
I'm using MS4 by the way.
But I've got a small problem. When I replace clsSadscript with what's instructed in the last step I get an error on
Code:
Public WithEvents SControl As ScriptControl
Why? I can't figure it out.
EDIT: I've fixed that (turns out my script.dll was corrupted) but now when I try to compile I get
Code:
Runtime Error '76' Path not Found
and
Code:
Open sfile For Input As iFileNum 'Open file
gets highlighted.
My guess was that a variable wasn't defined somewhere but I can't see where.
I'm using MS4 by the way.