HypMenuVLRO Describes the Oracle Smart View for Office VBA function, HypMenuVLRO. Data provider types: Oracle Essbase Description HypMenuVLRO() opens the Linked Objects dialog box. Syntax HypMenuVLRO() Return Value Returns 0 if successful; otherwise, returns the appropriate error code. ExamplePublic Declare Function HypMenuVLRO Lib "HsAddin" () As Long Sub MLRO() X=HypMenuVLRO() End Sub