Data provider types:Oracle Essbase, Oracle Hyperion Planning (ad hoc only), Oracle Planning and Budgeting Cloud (ad hoc only), Oracle Hyperion Financial Management (ad hoc only), Oracle Hyperion Enterprise® (ad hoc only)
Description
HypMenuVVisualizeinExcel() retrieves the Excel spreadsheet from which data points were copied to Word or PowerPoint.
Syntax
HypMenuVVisualizeinExcel()
Return Value
Returns 0 if successful; otherwise, returns the appropriate error code.
Example
Public Declare Function HypMenuVVisualizeinExcel Lib "HsAddin" () As Long
Sub MVisualizeinExcel()
X=HypMenuVVisualizeinExcel()
End Sub