473,397 Members | 2,068 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,397 software developers and data experts.

VB.NET --> Excel --> Hyperion Essbase Plugin

Has anybody had the occasion to to build a VB.NET 2008 application that will
manipulate an Excel workbook including the Hyperion Essbase Plugin? I was not
sure which forum to post this question in so that is why I have chosen the
General.
If anybody has any ideas on the "Best" way to execute the "Retrieve"
function found on the Essbase plugin for Microsoft Excel located on the

xlApp.CommandBars("Worksheet Menu Bar").Controls.Item

One funny thing I have run into with trying to automate this via VB.NET is
that when my VB.NET application opens the Excel spreadsheet it somehow
appears to not contain the Hyperion Essbase plugin. When I open Excel
manually the Essbase plugin is plainly visible on the Worksheet Menu Bar.

This is also seen when executing the following:

Debug.Print(xlApp.CommandBars("Worksheet Menu
Bar").Controls.Item(1).Caption.ToString()) '&File
Debug.Print(xlApp.CommandBars("Worksheet Menu
Bar").Controls.Item(2).Caption.ToString()) '&Edit
Debug.Print(xlApp.CommandBars("Worksheet Menu
Bar").Controls.Item(3).Caption.ToString()) '&View
Debug.Print(xlApp.CommandBars("Worksheet Menu
Bar").Controls.Item(4).Caption.ToString()) '&Insert
Debug.Print(xlApp.CommandBars("Worksheet Menu
Bar").Controls.Item(5).Caption.ToString()) 'F&ormat
Debug.Print(xlApp.CommandBars("Worksheet Menu
Bar").Controls.Item(6).Caption.ToString()) '&Tools
Debug.Print(xlApp.CommandBars("Worksheet Menu
Bar").Controls.Item(7).Caption.ToString()) '&Data
Debug.Print(xlApp.CommandBars("Worksheet Menu
Bar").Controls.Item(8).Caption.ToString()) 'A&ction
Debug.Print(xlApp.CommandBars("Worksheet Menu
Bar").Controls.Item(9).Caption.ToString()) '&Window
Debug.Print(xlApp.CommandBars("Worksheet Menu
Bar").Controls.Item(10).Caption.ToString()) '&Help

There is no instance of the plugin acknowledged while I can visibly see it
inbetween the Window & Help...

Anythoughts on how I can perform the "Retrieve" function from the Excel
Essbase plugin Worksheet Menu Bar menu via VB.NET or directions to the
apropriate discussion group would be appreciated.

Thanks to all

~ SPARKER ~

Jul 22 '08 #1
0 1541

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Bryan Harrington | last post by:
Hello all.. I'm working on some reports, and have added the ability to "download" the reports to excel. Not a big deal, fairly straight forward. However, PHB wants to be able to create some pivot...
2
by: ExDelphi | last post by:
Hi All I am fairly new to VB.Net, and have gotten stuck with an invoicing application. My database (Access 2000 / 2003) is used to store records of our products, customers, suppliers etc. The user...
1
by: Jano | last post by:
Hi all, I support a number of applications that store info in backend SQL databases. A project has come up where I need to get data out of Excel into one of these databases, using XML/XSLT. I am...
2
by: Gadi Refaeli | last post by:
Hello All, We are currently considering DB purchases for a new system, we are looking at Cognos, Oracle, DB2 and Essbase. We came across some questions regarding Essbase and DB2 OLAP. 1. Are...
10
by: Mark Day | last post by:
Hi All, I am using Access 2000 to generate over 40 Excel charts and pivot tables using early binding to the Excel 9.0 object library. I am finding that if I show the Excel object while processing...
5
by: Dave | last post by:
In a VB.NET application, I have a datagrid that I export to an Excel spreadsheet like this: ' Set the content type to Excel Response.ContentType = "application/vnd.ms-excel" Dim tw As New...
3
by: MJ | last post by:
Is there a VB.NET (1.1 or 2.0) equivalent for Excel's ? Below is a copy of an example of the Excel VBA that I have been using to pull some data off a webpage. I've got a couple of simple...
6
by: Joerg Battermann | last post by:
Hey there, mmmm does anyone know a library or anything I can use to convert plaintext to html real quick and vice-versa? Regex surely would do the trick to a certain level, but maybe there's...
2
by: John | last post by:
I have an Access 2000 form that has a Hyperlink that opens an Excel 2000 worksheet located in the same network folder as the Access MDB. The Hyperlink works great. When users close the Excel...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.