Grid XML Error
678426Jan 6 2009 — edited Aug 4 2009I'm getting an error for a VB I created to "refresh all" in smart view.
Here is the error:
Error in Grid XML: each dimension must be used once and only once.
Macro used: HFM Refresh macro
Dim X As Variant
Dim oBar As CommandBar
Dim ws As Worksheet
Set oBar = Application.CommandBars("Worksheet Menu Bar")
oBar.Controls("Hyperion").Controls("Refresh").Execute
End Sub