Correct me if I'm wrongk....
Are you thereby saying, if my main Prog has a sub in a module, can I call it using the Script control...
This probably really IS a stupid question.....
fbP..:cool:
Re: Correct me if I'm wrongk....
Quote:
Originally posted by FATBOYPEE
Are you thereby saying, if my main Prog has a sub in a module, can I call it using the Script control...
This probably really IS a stupid question.....
fbP..:cool:
no, Im saying you cannot do that (though I havent specifically tested this).
I was just saying the the following type of string sent to the script control will work:
Sub hello()
Call goodbye()
end
Sub goodbye()
msgbox()
end
1 Attachment(s)
Re: Correct me if I'm wrongk....
Quote:
Originally posted by FATBOYPEE
Are you thereby saying, if my main Prog has a sub in a module, can I call it using the Script control...
This probably really IS a stupid question.....
fbP..:cool:
check out this prog. should be able to test any "what can the script control do" questions with it.
Enjoy!