Has anyone had issue with WebADI using MS Office Suite 2013 - Excel?
We are getting a VBA popup error. We also have a SEV1 with Oracle, but it's being transferred to Engineer.
Compile error:
Ambiguous name detected: BNE_TRACE
The VBA details are as follows:
'-- This procedure should be called to closedown and exit the bootstrap program
Public Sub exitBootstrap()
On Error Resume Next
AddBneLog BNE_TRACE, "exitBootstrap", "Timer " & Timer
'-- Bug 13821398: 3 CUS REPOTING:WINDOWS 7 UNABLE TO NAVIGATE TO EXCEL FROM TASKBAR
'-- It was founded that if in Excel Options >> Show all windows in taskbar was not ticked,
'-- issue didn't exist anymore and set excel as below can solve issue. Now I can only find this way to fix.