View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Strange code showing up in Immediate Window

It is from the Analysis Toolpak

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

--
Regards,
Tom Ogilvy



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