Share

InventorVBAProject.SaveAs Method

Parent Object: InventorVBAProject

Description

Method that saves the project to a specified location. Please note that this method works only for user-defined VBA projects. It will not work with Application or Document VBA projects, which are built in.

Syntax

InventorVBAProject.SaveAs( FullFileName As String )

Parameters

Name Type Description
FullFileName String Input String that specifies the full path of the project file to save.

Version

Introduced in version 6

Was this information helpful?