Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

VBA and Smart View add-ins

LucLucSep 21 2016 — edited Oct 7 2016

Hello colleagues,

This is my first post in Oracle community, that's why I would like to say HELLO to all of you.

I need your expertise.

I creating VBS macro in outlook to automate HFM refresh process (take excel attachment refresh and reply). I stuck in the part responsible for load ad-ins in Excel part. Please see below:

Set xlApp = CreateObject("excel.application")

xlApp.Visible = True

xlApp.COMAddIns("Hyperion.CommonAddin").Connect = True

xlApp.Workbooks.Open ("C:\Oracle\SmartView\bin\HsTbar.xla")

Set xlApp = xlApp.Workbooks.Open(link_to_file, UpdateLinks:=False)

Above code create Excel application, run Smartview add-ins and open the specific file. Unfortunately Smart View add-in not load successfully. smartView fail.JPG

Would you mind help me/ give some advise?

Kind Regards,

Luc

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Nov 1 2016
Added on Sep 21 2016
6 comments
1,917 views