Hyperion Financial Management (HFM) (MOSC)

MOSC Banner

Smartview HypSubmitData error

edited Apr 16, 2012 1:43AM in Hyperion Financial Management (HFM) (MOSC) 3 commentsAnswered
Hi Experts,

I am building a smartview template to allow user to submit using a macro-linked command button. I have imported smatview.bas file into vba editor and setup a sub to handle submit in a separate module.

The code is as follows:

Sub SubmitData()

   Dim ws As Worksheet
   
   For Each ws In ActiveWorkbook.Worksheets

        HypSubmitData ws.Name    

   Next ws

End Sub

When I run the sub it is not submitting, but if I use submit on Hyperion menu it works (needless to say I don't want to do it via the menu).

Can anyone assist?

Thanks

Rob

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center