This function posts a command to a handler such as an add-in. The command must have been added to menus or toolbars by the handler and connected via CommandBarItem.ConnectHandler.
Syntax
Parameters
Return Value
Sub Application.PostCommandToCommandHandler( _
handler As Variant, _
commandId As Long)