title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Application.ActivateMicrosoftApp method (Excel) |
vbaxl10.chm133074 |
|
|
e11d8165-5aad-2b1d-f9d1-797038d96afb |
04/04/2019 |
medium |
Activates a Microsoft application. If the application is already running, this method activates the running application. If the application isn't running, this method starts a new instance of the application.
expression.ActivateMicrosoftApp (Index)
expression A variable that represents an Application object.
Name | Required/Optional | Data type | Description |
---|---|---|---|
Index | Required | XlMSApplication | Specifies the Microsoft application to activate. |
This example starts and activates Word.
Application.ActivateMicrosoftApp xlMicrosoftWord
[!includeSupport and feedback]