InsertModule Method

Object List Next Object

Defined By:
Project

Description:

Inserts a module into the project at a specified location.

Declaration:

Function InsertModule(ByVal module As object, ByVal index As Integer)As Integer

Details:

Module is the object name of the module you wish to add to the project. Index is the position you want to put the module in.