This has just started happening

colinharwood

Active Member
Joined
Jul 27, 2002
Messages
437
Office Version
  1. 365
Platform
  1. Windows
Hi
I have an Excel file which I have been using for many years, and it has just started to be a problem.
When opening the file, please see screenshot 1, this happens, and when closing the file, screenshot 2 happens.
Any idea what can be causing this
Thanks
 

Attachments

  • Screenshot_1.jpg
    Screenshot_1.jpg
    139.5 KB · Views: 24
  • Screenshot_2.jpg
    Screenshot_2.jpg
    74.4 KB · Views: 24

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
From the VBA Editor, if you go to Tools --> References, which libraries do you have selected? You should probably have at least these 4 (though they may be different version numbers):
1727952374131.png


Also, I highly recommend turning on "Option Explicit". This will force you to declare all variables before using them. This is a great way to avoid typos, and any confusion between variables, functions, procedures, objects, etc.
See here: How to use Option Explicit Statement in VBA
 
Upvote 0
You almost certainly have at least one library selected that is shown with 'MISSING:' at the start of its name.
 
Upvote 0
Solution

Forum statistics

Threads
1,223,228
Messages
6,170,875
Members
452,363
Latest member
merico17

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