Enables you to select options for the active worksheet and customize the behavior of Spreadsheet Add-in software, using the Essbase Options dialog box.
EssMenuVOptions()
Returns 0 if successful. A negative number indicates a local failure (see VBA Return Values). A return value greater than zero indicates a failure on the server.
Declare Function EssMenuVOptions Lib "ESSEXCLN.XLL"() As Long Sub MOptions() X=EssMenuVOptions() End Sub