Strange code showing up in Immediate Window

  • Thread starter Thread starter tod
  • Start date Start date
T

tod

Recently I've getting stuff like this in the Immediate Window of
VBEditor (Excel XP):

[auto_open] <
[SetupFunctionIDs] <
[SetupFunctionIDs] >
[PickPlatform] <
[PickPlatform] >
[VerifyOpen] <
[VerifyOpen] > 1
[RegisterFunctionIDs] <
[RegisterFunctionIDs] >
[auto_open] >

The only thing that has changed recently is that I installed the
Analysis ToolPak and Analysis ToolPak - VBA. I do not see any
unrecognized projects, there are no debug statments in any of my code.
Could the add-ins be doing this by mistake.

Could somebody clue me in on this one?

tod
 
It is from the Analysis Toolpak

someone forgot to set the parameter that turns off debugging messages.
 
Hi
this debug output is created by the Analysis Toolpak. Seems the MS
developers have forgotten to clean the code prior to shipping :-)
 
Well I guess I don't feel so bad for some of my errors if an MS
programmer can make such and idgit mistake. :0)

Frank Kabel said:
Hi
this debug output is created by the Analysis Toolpak. Seems the MS
developers have forgotten to clean the code prior to shipping :-)

--
Regards
Frank Kabel
Frankfurt, Germany
Recently I've getting stuff like this in the Immediate Window of
VBEditor (Excel XP):

[auto_open] <
[SetupFunctionIDs] <
[SetupFunctionIDs] >
[PickPlatform] <
[PickPlatform] >
[VerifyOpen] <
[VerifyOpen] > 1
[RegisterFunctionIDs] <
[RegisterFunctionIDs] >
[auto_open] >

The only thing that has changed recently is that I installed the
Analysis ToolPak and Analysis ToolPak - VBA. I do not see any
unrecognized projects, there are no debug statments in any of my code.
Could the add-ins be doing this by mistake.

Could somebody clue me in on this one?

tod
 
Back
Top