Smartview Calculate Error
I have set up a template for users to submit data and then calculate data so getvalue formulae can retrieve calculated data immediately. I have imported smartview.bas file into new module and set up a new module with a Sub CalculateData() script. When I run the script it crashes excel (2003 HFM v9.3.1).
Sub CalculateData()
sts = HypCalculate (“Sheet1”, Empty)
End Sub
If I do this manually I get a error message 'This operation is allowed in ad hoc mode only.'
Does anybody know what this is all about?
Thanks,
Rob