HypRetrieveRange - Excel Formatting not retained
Summary
HypRetrieveRange - Excel Formatting not retainedContent
I am using the Smartview API to connect a sheet and retrieve data from the cube. The connection works, data retrieves but it retrieves using Cell Styles instead of Excel Formatting. I have tried the various codes to set the formatting (HypSetGlobalOptions etc), which do set the formatting to Excel Formatting, but it still retrieves using styles. Is there another VBA code that sets the options for the multi-grid retrieval? Or are there options somewhere else that need to be changed?
SV Version: 11.1.2.5.610
Connection Type: Essbase
Office: 2013 64 bit
I have tried:
' x = HypSetGlobalOption(1, True)
0