Run a macro problem?

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top