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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

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

karianna

This needs Stuart Marks to answer - I'll ping him over in OpenJDK.

3328368

Okay.  Thanks.  If you think I would do better posting this question someplace else, let me know.

karianna

OpenJDK core-libs mailing list might be a good place as well.

3328368

Thanks.  I reposted to core-libs-dev.

1 - 4
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,890 views