We have a quick report with some custom formatting that hasn't been working properly after updating to PAX 73.
After updating the dimension filters (subnm), the user press a button that calls a VBA code that test some things, rebuilds the sheet, build the MDX, and query the data. But we've been getting an VBA runtime error '91 object variable or with block variable not set" on this line:
Code: Select all
Reporting.GetCurrentReport(Range("Sandbox")).UseServerFormats = False
Any ideas what's going on? This wasn't an issue before, no changes were made other than updating PAX. The hidden row and the named variable Sandbox are still there.