Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
AOU AOU is offline
external usenet poster
 
Posts: 54
Default Run time error'-2147352573

Hi,
When ever I open my excel file I get a error message when I press one of the
commandButtons.
Run Time Error'-2147352573 (80020003)':
Could not find the specified object.
Any ideas????
--
AOU
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9,101
Default Run time error'-2147352573

It look like you have a macro in your code. Because there is an On Error
statement(s) in the code it not giving you any clue to where the problem is.
I hate On Error statements just for this reason.

The best solution is to comment the On Error statement by place a singgle
Apostrophe in fron of the statement so you can find the problem

Make a copy of the Workbook and make these changes in the copy. following
these steps.
1) Go to VBA window. Easiestway is to right click on tb at bottom of the
worksheet (normally sheet1) and select view code.
2) Open Project Explorer by View Menu in VBA.
3) Look for all macros
Double n each sheet in the Project Explorer
Open Module(+) and check for macros in modules
4) Find all On Error statements and place single Apostrophe at the beginning
of the line
5) Go ack to your spreadsheet and execute the Command Button. It should now
stop on the instruction that is causing the problem and highlight the VBA
line (in yellow) where the problem is located.

If you can't figure the problem out yourself, copy the macro to this website
and post on the Excel Programming Page. Or you can respond to this
postingwill look at the problem.

"AOU" wrote:

Hi,
When ever I open my excel file I get a error message when I press one of the
commandButtons.
Run Time Error'-2147352573 (80020003)':
Could not find the specified object.
Any ideas????
--
AOU

  #3   Report Post  
Posted to microsoft.public.excel.misc
AOU AOU is offline
external usenet poster
 
Posts: 54
Default Run time error'-2147352573

Thanks Joel,
Luckly it was the first one I tried.
--
AOU


"Joel" wrote:

It look like you have a macro in your code. Because there is an On Error
statement(s) in the code it not giving you any clue to where the problem is.
I hate On Error statements just for this reason.

The best solution is to comment the On Error statement by place a singgle
Apostrophe in fron of the statement so you can find the problem

Make a copy of the Workbook and make these changes in the copy. following
these steps.
1) Go to VBA window. Easiestway is to right click on tb at bottom of the
worksheet (normally sheet1) and select view code.
2) Open Project Explorer by View Menu in VBA.
3) Look for all macros
Double n each sheet in the Project Explorer
Open Module(+) and check for macros in modules
4) Find all On Error statements and place single Apostrophe at the beginning
of the line
5) Go ack to your spreadsheet and execute the Command Button. It should now
stop on the instruction that is causing the problem and highlight the VBA
line (in yellow) where the problem is located.

If you can't figure the problem out yourself, copy the macro to this website
and post on the Excel Programming Page. Or you can respond to this
postingwill look at the problem.

"AOU" wrote:

Hi,
When ever I open my excel file I get a error message when I press one of the
commandButtons.
Run Time Error'-2147352573 (80020003)':
Could not find the specified object.
Any ideas????
--
AOU

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Receiving run-time error only part of the time [email protected] Excel Discussion (Misc queries) 0 August 11th 07 12:01 AM
Run time error tires85 Excel Worksheet Functions 2 September 26th 06 12:18 AM
run-time error '91'-Close Button error ASCO IS Help Excel Discussion (Misc queries) 1 May 8th 06 04:25 PM
Help Error Run-time Error 424 Jeff Excel Discussion (Misc queries) 0 October 6th 05 08:17 PM
Run time error 1004, General ODBC error [email protected] New Users to Excel 0 September 19th 05 01:41 AM


All times are GMT +1. The time now is 10:26 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"