.xla documents

Loftus74

New Member
Joined
Feb 3, 2009
Messages
7
I have somehow managed to convert a .xls spreadsheet into a .xla format.

Can anyone help in converting it back please?
 

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.
With this xla file open, go into the VBE (Visual Basic Editor) using Alt+F11 and locate this file in the top left Project Window.

Find the ThisWorkbook module within this workbook in the Project Window and double-click it to open it.

In the properties window (probably on the bottom left of the VBE under the Project Window), in the list of properties set the IsAddin property to False.

Back in Excel, the xla will now be visible. Select it and click File>SaveAs to save down as a non-xla file.
 
Upvote 0
Firefly2012 that worked absolutely perfectly! Thank you so much for taking the time to do that, it's much appreciated!
 
Upvote 0
You're welcome :)

I've suffered the pain of having done that myself, and until you've resolved it the first time, it can appear very confusing as to how to sort it!
 
Upvote 0

Forum statistics

Threads
1,223,246
Messages
6,170,996
Members
452,373
Latest member
TimReeks

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