Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I want to refresh my CRM data in Excel 2007 using a VBA macro. The macro recorder doesn't leave any trace. In the older versions i used the following macro to trigger a menu item but don't know how to do it in the new office 2007 layout: Dim oBar As CommandBar Dim oCtrl As CommandBarControl Application.CutCopyMode = False Set oBar = Application.CommandBars("Worksheet Menu Bar") Set oCtrl = oBar.Controls("Hyperion").Controls(6).Controls(1) oCtrl.Execute Anyone a clue? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2007 will not refresh cells | New Users to Excel | |||
Excel 2007 will not refresh cells | New Users to Excel | |||
Excel 2007 Refresh multiple data connections & pass parameter to S | Excel Discussion (Misc queries) | |||
Excel 2007 external data source extend table refresh | Excel Discussion (Misc queries) | |||
XL 2007: Pivot Refresh slow when data resides in another workbook | Excel Discussion (Misc queries) |