C
charlie.planetxsolutions
i have the following wordbasic converted code that i believe i need to
re-write in straight vba:
WordBasic.Call "CreateDocument.Main"
CreateDocument is acutally a module that is part of a dot file that is
downloaded by previous statements in the macro. so, i'm having problems with
doing stuff like this:
Call CreateDocument.Main
as this won't resolve.
what is the syntax of the call statement for resolving at runtime?
thanks in advance.
re-write in straight vba:
WordBasic.Call "CreateDocument.Main"
CreateDocument is acutally a module that is part of a dot file that is
downloaded by previous statements in the macro. so, i'm having problems with
doing stuff like this:
Call CreateDocument.Main
as this won't resolve.
what is the syntax of the call statement for resolving at runtime?
thanks in advance.