MM_PROJECTNAME function

Returns the name of the project of the current session.

Written By Son Nguyen (Administrator)

Updated at July 5th, 2023

Description

Returns the name of the project of the current session.

Syntax

=MM_PROJECTNAME(["ProjectName"]) 

“ProjectName” (optional)
String. Value returned in Excel. If not filled in, the value returned in Excel is an empty string.

Remarks

  • To return the GUID (id of the model used to access the project), refer to the function MM_PROJECTGUID.
  • If you change the name of your project on the project management, you may need to load a new session so that the change is taken into account.

Example

If the name of the project is “New Milliman Mind+ project”, the value returned by the function MM_PROJECTNAME is “New Milliman Mind+ project”.