Hello Experts,
I want to change a Sheet option using a Macro.
I was told to activate the FXMLClient. I Already did that and then on the VBA paste the next code:
Dim ABC As New FPMXLClient.EPMAddInAutomation
Sub TEST()
ABC.SetSheetOption Hoja1, 112, True
End Sub
I created the Macro and nothing happened. The Macro is for Hiding the Rows with No data and Zero Values.
I created a Report to test this and nothing happened.
Could someone Help me?
P. D. When i write SetSheetOption i receive a suggested set of parameters (file, sheetOption As Long, sheetOptionValue, [password], [sheetProtectionOptions]-
What does the parameters are for?? HOW DO I KNOW WHAT IS THE sheetOption As Long?
Regards.