View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
tod tod is offline
external usenet poster
 
Posts: 114
Default Strange code showing up in Immediate Window

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" wrote in message ...
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

tod wrote:
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