Macro that submits data to Hyperion

GRE800Q

New Member
Joined
Jun 16, 2011
Messages
3
In my file (excel 2007) I have several sheets that I need to upload into Hyperion every month. To do this manually I have to select a sheet , select the Hyperion tab (available on startup but only after installation) and then press submit. If I use the macro recorder the action of pressing submit, or selecting the Hyperion tab, yields no code. How to I program a macro that selects one sheet, submits the data, selects the next sheet, submits data etc?
 

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"
This is a very very long shot.

Open the VB Editor. Look for the addin in the Project Explorer.

Chances are it's password protected but try and open the project.

Your looking for the Sub name so that you can call it from another module.

Other than that I can't think of anything else.

/Comfy
 
Upvote 0

Forum statistics

Threads
1,214,585
Messages
6,120,388
Members
448,957
Latest member
Hat4Life

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top