HypMenuVPasteDataPoints

Cloud data provider types: Oracle Analytics Cloud - Essbase, Oracle Planning and Budgeting Cloud

On-premises data provider types: Oracle Essbase, Oracle Hyperion Planning, Oracle Hyperion Financial Management

Description

HypMenuVPasteDataPoints() pastes data points that were copied from Excel into Word or PowerPoint. See also HypMenuVCopyDataPoints.

Syntax

HypMenuVPasteDataPoints()

Return Value

Returns 0 if successful; otherwise, returns the appropriate error code.

Example

Public Declare Function HypMenuVPasteDataPoints Lib "HsAddin" () As Long
Sub MVPasteDataPoints()
   X=HypMenuVPasteDataPoints()
End Sub