Hi,
I'm currently using BI 7.0. I have vba code that is being called when the query gets refreshed.
But the same code doesn't work in BI7.3 pack 4 patch 1.
The code added in BI7.0(excel 2010) doesn't work in BI7.3(excel 2013) and vice versa.
Code:
Sub Comment(ParamArray varname())
Sheets(1).cells(1,1)=2
End Sub
Subroutine name is added in Workbook Properties -> Exits -> Run macro on refresh
Is there any setting that should be done explicitly to make it work in all environment?
Error Thrown :
Problems while calling the exit on refresh : Specified Macro 'Comment' is not found in the workbook.