This topic has not yet been rated - Rate this topic

Application.ActivateMicrosoftApp Method (Excel)

Published: July 16, 2012

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.

Parameters

Name

Required/Optional

Data Type

Description

Index

Required

XlMSApplication

Specifies the Microsoft application to activate.

This example starts and activates Word.

Application.ActivateMicrosoftApp xlMicrosoftWord
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.