Random VBA projects show up and I can't delete them.

ashley12

New Member
Joined
Dec 6, 2020
Messages
43
Office Version
  1. 365
Platform
  1. Windows
Hi all,

I'm new to VBA, and I'm working on a project. Then some random projects for the other excel files I happen to open at the same time appear (screenshot below). You can see they have xlsx extension. And I cannot get rid of them. There are also some other stuff that I don't need but don't know how to delete. And I don't know what the XLAM one is for. Would appreciate your help.


1610581578600.png
 

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
Hi,

You can do following -
- If you have installed any add-ins (e.g. Google Desktop). Please remove and check.
- FUNCRES. XLAM is related to Excel Data Analysis ToolPak Excel Add-In.
- If you have created any objects in excel files showing in Project explorer, release from memory. (set myObject = Nothing)

- Saurabh
 
Upvote 0
The VBA project window shows all open workbooks regardless of their extension.
 
Upvote 0
Solution
Glad we could help & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,213,557
Messages
6,114,291
Members
448,564
Latest member
ED38

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