Data source types: Essbase
HypMenuVLRO() opens the Linked Objects dialog box when you select cells to edit linked objects.
Returns 0 if successful; otherwise, returns the appropriate error code.
Public Declare Function HypMenuVLRO Lib "HsAddin" () As Long
Sub MLRO()
X=HypMenuVLRO()
End Sub