View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jialiang Ge [MSFT] Jialiang Ge [MSFT] is offline
external usenet poster
 
Posts: 118
Default Error Upon Opening Excel

Hello Jason,

RTD is a worksheet function that allows the users to call a Component
Object Model (COM) Automation server for the purpose of retrieving data
real-time. Because the error is thrown when Excel 2007 is started, it's
likely that some auto-start Excel Add-ins or macros have the problem when
they use RTD.

1. To see whether the error results from some Excel Add-ins.
Please click on the upper-left Excel icon, and choose Excel Options. In the
Add-Ins tab, all the active and inactive add-ins are listed. Choose "COM
Add-ins" at the bottom of the page, and click "Go", then you will see all
the COM Add-ins that are installed for Excel, some of which load at
startup, and some load on demand. Uncheck whichever one is causing the
problem, restart Excel and see whether the error remains.

2. To see whether the error is caused by some auto-start macros.
After Excel is started, please press Alt-F11 to view all the VBA projects
that are loaded by this Excel instance. Excel workbooks or macros in the
folder C:\Program Files\Microsoft Office\OFFICE12\XLSTART will also be
loaded automatically. Thus, you may want to open each project file in the
VBAProject explorer, read its code, and check whether it contains the logic
of RTD in it, or temporarily remove the files in the folder C:\Program
Files\Microsoft Office\OFFICE12\XLSTART and see whether the error persists.

For more reading about how to prevent files from opening automatically in
Excel, please refer to the KB article:
http://support.microsoft.com/kb/826922/en-us

If you are interested in RTD in Excel, here is a list of the relevant
documents:
http://support.microsoft.com/kb/289150
http://support.microsoft.com/kb/285339/
http://support.microsoft.com/kb/286259/

Please let me know if you have any other concerns, or need anything else.

Regards,
Jialiang Ge , remove 'online.')
Microsoft Online Community Support

Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
.

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscripti...t/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.