P
Philip Mariconda
Actually, when you declare a valid Sub, it becomes PART of
the language for all intents and purposes. You would run
it just like you were running any other method (i.e.
CheckSpelling.) You may need to qualify the Sub with the
module it is contained in (i.e. MyModule.MySub).
Hope that helps,
Phil
the language for all intents and purposes. You would run
it just like you were running any other method (i.e.
CheckSpelling.) You may need to qualify the Sub with the
module it is contained in (i.e. MyModule.MySub).
Hope that helps,
Phil