Immediate Window phantom entries

  • Thread starter Thread starter WhytheQ
  • Start date Start date
W

WhytheQ

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
 
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)
 
cheers Bob


Bob said:
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 said:
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
 
Back
Top