Immediate window

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi All,

I use XL2003. When opening Immediate window I get in it the lines below.
What are these, why are they there and how can I get rid of them?

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

Thanks,
Stefi
 
Hi Stefi,

These are debug messages from the Analysis ToolPak Addin which the
developers forgot to remove.

Without gainning accessto the addin code, there is little that you can do
other than delete each time,
 
This is some debugging code that the developers of the Analysis Toolpak -
VBA addin put in the code, and they seem to have failed to remove it before
shipping. Nothing you can do about it I am afraid, we all suffer it.

--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)
 
oh, I suppose you could uninstall that addin.

--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)
 
Not a joy, but thanks for the reply! Uninstalling Analysis Toolpak - VBA gave
a temporary relief, it is rarely used!
Stefi


„Bob Phillips†ezt írta:
oh, I suppose you could uninstall that addin.

--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)

Stefi said:
Hi All,

I use XL2003. When opening Immediate window I get in it the lines below.
What are these, why are they there and how can I get rid of them?

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

Thanks,
Stefi
 
Back
Top