Hyperion Financial Reporting Products (MOSC)

MOSC Banner

Hyperion hijacks code and causes macros to fail

edited Sep 11, 2013 3:17AM in Hyperion Financial Reporting Products (MOSC) 5 commentsAnswered
MS-Excel 2010 on Windows 7

I am using VBScript to load a new instance of MS-Excel and open a custom form. This process has worked for the last five years without issue.

Now, only for users who have Hyper installed, the described load fails. I believe this is because Hyper uses the application object causing the code to become confused.

Does anyone have any ideas as to how this can be corrected? My script is below:

Set oExcel = CreateObject("Excel.Application")
Set oBook = oExcel.Workbooks.Add(sFullName)
oExcel.Visible = True

As an alternative, does anyone know of any code I could run to see whether Hyperion is installed on the user's machine?

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