View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_14_] Bob Phillips[_14_] is offline
external usenet poster
 
Posts: 216
Default Immediate Window phantom entries

It is caused by debug.print statements within the analysis toolpak for VBA.

I think you are stuck with it, as it is an MS addin.

--
HTH

Bob Phillips

(remove xxx from email address if mailing direct)

"WhytheQ" wrote in message
oups.com...
Dear All,
This is just a little peculiarity that I've not seen before - it's
probably a system thing rather than a VBA thing.
When I open the VBA editor in the morning after logging on and opening
Excel the Immediate window is full of the following wierdness:

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

Anyone ever seen this before?
Obviously not a major problem: just means I have to go and delete it
everyday.

Help appreciated,
J