Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi everybody,
playing around with VBA a lot, and not quite unexperiencend, when hitting [alt F11] today, just having started Excel, I found myself in the immediate window, and the following text the [auto_open] < [SetupFunctionIDs] < [SetupFunctionIDs] [PickPlatform] < [PickPlatform] [VerifyOpen] < [VerifyOpen] 1 [RegisterFunctionIDs] < [RegisterFunctionIDs] [auto_open] Sure, this is caused by some(!) auto_open. But where is it? Why does it write a kind of protocol in the immediate window? Sure, must be a feature, but totally new to me. Accidentally posted in ...word.vba and on purpose posted in de.excel as well. I can repeat it by: Application.Run "auto_open" -- Greetings from Bavaria, Germany Helmut Weber, MVP WordVBA Win XP, Office 2003 "red.sys" & Chr$(64) & "t-online.de" |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
It's MS coders development code that they forget to take out before
shipping. It's the VBA Analayis Toolpak AFAIR -- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "Helmut Weber" wrote in message ... Hi everybody, playing around with VBA a lot, and not quite unexperiencend, when hitting [alt F11] today, just having started Excel, I found myself in the immediate window, and the following text the [auto_open] < [SetupFunctionIDs] < [SetupFunctionIDs] [PickPlatform] < [PickPlatform] [VerifyOpen] < [VerifyOpen] 1 [RegisterFunctionIDs] < [RegisterFunctionIDs] [auto_open] Sure, this is caused by some(!) auto_open. But where is it? Why does it write a kind of protocol in the immediate window? Sure, must be a feature, but totally new to me. Accidentally posted in ...word.vba and on purpose posted in de.excel as well. I can repeat it by: Application.Run "auto_open" -- Greetings from Bavaria, Germany Helmut Weber, MVP WordVBA Win XP, Office 2003 "red.sys" & Chr$(64) & "t-online.de" |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
yep, search the internet for the password to atpvbaen, then look in the code and
either, comment out or delete, the debug.print lines. -- Gary "Helmut Weber" wrote in message ... Hi everybody, playing around with VBA a lot, and not quite unexperiencend, when hitting [alt F11] today, just having started Excel, I found myself in the immediate window, and the following text the [auto_open] < [SetupFunctionIDs] < [SetupFunctionIDs] [PickPlatform] < [PickPlatform] [VerifyOpen] < [VerifyOpen] 1 [RegisterFunctionIDs] < [RegisterFunctionIDs] [auto_open] Sure, this is caused by some(!) auto_open. But where is it? Why does it write a kind of protocol in the immediate window? Sure, must be a feature, but totally new to me. Accidentally posted in ...word.vba and on purpose posted in de.excel as well. I can repeat it by: Application.Run "auto_open" -- Greetings from Bavaria, Germany Helmut Weber, MVP WordVBA Win XP, Office 2003 "red.sys" & Chr$(64) & "t-online.de" |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi everybody,
perfect. All solved. -- Greetings from Bavaria, Germany Helmut Weber, MVP WordVBA Win XP, Office 2003 "red.sys" & Chr$(64) & "t-online.de" |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I automatically input emails if I know the protocol? | Excel Discussion (Misc queries) | |||
How do I automatically input emails if I know the protocol? | Excel Discussion (Misc queries) | |||
Newsgroup Protocol | Excel Discussion (Misc queries) | |||
Newsgroup protocol question | Excel Programming | |||
FTP FILE TRANSFER PROTOCOL FROM VBA? | Excel Programming |