Give a title to your application. This title displays after the file name on the upper ribbon of your application, replacing “Microsoft Excel” mention.

 

If you want to display the name of the save file loaded by the user, use %SAVEFILENAME% or %SAVEFULLNAME% in the title.

For instance, enter “My Application %SAVEFILENAME%”.

 

If the original workbook is loaded, %SAVEFILENAME% will be empty.

 

 %SAVEFULLNAME% will be replaced by the full path to the save file, while %SAVEFILENAME% will only be replaced by the filename without the folder path.

 

Application Packaging Option