public StorableObject[] PageMacro( string strEMPFileName, Page oInsertAfterPage, Project oProject, bool overwrite )
public: array<StorableObject^>^ PageMacro( String^ strEMPFileName, Page^ oInsertAfterPage, Project^ oProject, bool overwrite )
Parameters
- strEMPFileName
 - Full file name of the PageMacro to be inserted.
 - oInsertAfterPage
 - Page after which the macro will be inserted.
 - oProject
 - Project into which the macro will be inserted.
 - overwrite
 - Pages with the same designation will be overwritten..
 
Return Value
Inserted pages and functions which were not placed (with null .Page property)