Another Annoying Error message!

Claudette

New Member
Joined
Mar 7, 2002
Messages
13
When I open Excel, I get the error "Subscript out of range" in a dialog box, and then an OK button. When you click ok, the application starts normally. What does this mean????






pubimage.asp

This message was edited by Claudette on 2002-03-12 09:45
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
It means that you have code on the Workbook_Open event that has code that is no longer valid.

Hit Alt-F11. In the top-left window, double-click the ThisWorkbook object under YOUR file's name. You'll see the code.

If you are given a button to DEBUG along with that error message, you can hit it, and it'll take you to the line of code that isn't working.
 
Upvote 0
On 2002-03-12 09:45, Dreamboat wrote:
It means that you have code on the Workbook_Open event that has code that is no longer valid.

Hit Alt-F11. In the top-left window, double-click the ThisWorkbook object under YOUR file's name. You'll see the code.

If you are given a button to DEBUG along with that error message, you can hit it, and it'll take you to the line of code that isn't working.

I fear that the fact that she mentions only an ok button means that the code maybe protected.

unless you have the password then you may have to live with the error :(

lets hope not


ivan
 
Upvote 0
Hi Claudette

If it is code in the Workbook_open event AND it's protected AND you don't know the password, you can open this workbook from within Excel while holding down the shift key. This will prevent any Workbook open code running.

PS
Hey tuggy, when are you going to post your picture?




_________________
Kind Regards
Dave Hawley
OzGrid Business Applications
Microsoft Excel/VBA Training
OzGrid.BusApp.170x45.gif

This message was edited by Dave Hawley on 2002-03-12 19:35
 
Upvote 0

Forum statistics

Threads
1,214,376
Messages
6,119,175
Members
448,870
Latest member
max_pedreira

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top