teethofgold
Programmer
So... I use the following code...
ActiveWorkbook.ActiveSheet.Names("EssOptions").RefersTo = "A6100000000021000000001100020_01000"
... to set the options on Essbase retrieve pages... thus preventing the dreaded effect of retrieving and eliminating missing and zero rows... thus f&%king up your retrieve...
The problem I'm having... is that on some worksheets... the options just plain don't stick!
I use this exact code in other workbooks and it always works great... but in one particular workbook it doesn't work at all...
Anyone have any insight into this?
ActiveWorkbook.ActiveSheet.Names("EssOptions").RefersTo = "A6100000000021000000001100020_01000"
... to set the options on Essbase retrieve pages... thus preventing the dreaded effect of retrieving and eliminating missing and zero rows... thus f&%king up your retrieve...
The problem I'm having... is that on some worksheets... the options just plain don't stick!
I use this exact code in other workbooks and it always works great... but in one particular workbook it doesn't work at all...
Anyone have any insight into this?