Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 707 Bytes

Excel.Application.ProductCode.md

File metadata and controls

37 lines (22 loc) · 707 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Application.ProductCode property (Excel)
vbaxl10.chm133248
vbaxl10.chm133248
Excel.Application.ProductCode
5fd20091-4c74-f39c-9842-a5a032048edd
04/05/2019
medium

Application.ProductCode property (Excel)

Returns the globally unique identifier (GUID) for Microsoft Excel. Read-only String.

Syntax

expression.ProductCode

expression A variable that represents an Application object.

Example

This example displays the GUID for Excel.

MsgBox Application.ProductCode

[!includeSupport and feedback]