Strange code showing up in Immediate Window

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
 
T

Tom Ogilvy

It is from the Analysis Toolpak

someone forgot to set the parameter that turns off debugging messages.
 
F

Frank Kabel

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

tod

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top