Error Upon Opening Excel

J

Jason

Greetings,

I am using Excel 2007, and everytime I open Excel i get the following Visual
Basic error...

"Run-time error '1004'"

"Unable to get the RTD property of the WorksheetFunction class"

Anyone have any ideas as to why this may be happening?
 
J

Jialiang Ge [MSFT]

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 ([email protected], 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:
(e-mail address removed).

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.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/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
 
J

Jialiang Ge [MSFT]

Hello Jason,

I am writing to check the status of the issue on your side. Would you mind
letting me know the result of the suggestions? If you need further
assistance, feel free to let me know. I will be more than happy to be of
assistance.

Have a great day!

Regards,
Jialiang Ge ([email protected], 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:
(e-mail address removed).

This posting is provided "AS IS" with no warranties, and confers no rights.
=================================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top