VBA in Office 365 and Windows 11

MrProfessor

New Member
Joined
Mar 13, 2024
Messages
5
Office Version
  1. 365
Platform
  1. Windows
Hi, I have just upgraded my computer from Windows 10 to Window 11 and from MS Office 2010 to Office 365. I am trying to use 2010 Excel Macro (VBA) in Excel 365 and coming up with "Opening the VBA Project in this file requires a component that is not currently installed. This file will be opened without the VBA project. For information, search Office.com for "VBA Converters""
PLEASE HELP
 
In that case you could try to enter this in the immediate pane of the VBA editor:
VBA Code:
workbooks("your-add-in-Name-goes-here.xla").SaveAs "you-path-goes-here-\your-add-in-Name-goes-here.xlam",xlOpenXMLAddIn
and press the Enter key. That should save-as the .xla file to .xlam.
 
Upvote 0

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.

Forum statistics

Threads
1,215,071
Messages
6,122,964
Members
449,094
Latest member
Anshu121

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