HypMenuVCopyDataPoints

Describes the Oracle Smart View for Office VBA function, HypMenuVCopyDataPoints.

Data provider types: Oracle Essbase, Planning, Planning Modules, Financial Consolidation and Close, Tax Reporting

Description

HypMenuVCopyDataPoints() copies data points from Excel for pasting into Word or PowerPoint. See also HypMenuVPasteDataPoints.

Syntax

HypMenuVCopyDataPoints()

Return Value

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

Example

Public Declare Function HypMenuVCopyDataPoints Lib "HsAddin" () As Long
Sub MCopyDataPoints()
   X=HypMenuVCopyDataPoints()
End Sub