Hi Aparna,
Try to define path to BExAnalyzer.xla file. This helped me with other BEx addin functions.
Try this:
Sub def()
Run "'C:\Program Files\Common Files\SAP Shared\BW\BExAnalyzer.xla'!dialOut", True, True 'Disconnect
End Sub
Hi Aparna,
Try to define path to BExAnalyzer.xla file. This helped me with other BEx addin functions.
Try this:
Sub def()
Run "'C:\Program Files\Common Files\SAP Shared\BW\BExAnalyzer.xla'!dialOut", True, True 'Disconnect
End Sub