Hi Experts,
I am not sure if this is the right forum to ask this question but just wanted to check if anyone else has faced a similar issue.
I am using SmartView to refresh data from HFM and then use a lot of custom macro codes for analysis. Since, I had a lot of spreadsheets to refresh, I had used the following code(not excatly similar) to automate the refresh all process
Set obar = Application.CommandBars("Worksheet Menu Bar")
obar.Controls("Hyperion").Controls("Refresh All").Execute
This worked fine till we moved to Excel 2010. I have searched most of the Excel forums and the sense I am getting is it is no longer possible to execute 3rd party command controls in this new "Ribbon" version.
Would someone please confirm this as I think this is a fairly common functionality and was used by a lot of people.
Regards,
S