Skip to content

Instantly share code, notes, and snippets.

@PatrickMcDonald
Created March 8, 2013 12:58
Show Gist options
  • Save PatrickMcDonald/5116323 to your computer and use it in GitHub Desktop.
Save PatrickMcDonald/5116323 to your computer and use it in GitHub Desktop.
Dim catalog As Object
Set catalog = CreateObject("COMAdmin.COMAdminCatalog")
Dim applicationName As String
applicationName = "Individual Projections"
' stop app
catalog.ShutdownApplication applicationName
' start app
'catalog.StartApplication applicationName
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment