I want to know how to open the source code VBA of this file. It is a .xla file and it was created in Excel 5.
https://www.hightail.com/dl?phi_action=app/orchestrateDownload&rurl=https%3A%2F%2Fwww.hightail.com%2Ftransfer.php%3Faction%3Dbatch_download%26batch_id%3DOGhkSXQwdkdUME9VbDhUQw&smtNoRedir=1
I have download the convertisseur VBA in order to open it in Excel 2010, but it told me that i need the dll, i dont know which dll it needs and the reference of dll. The menu reference is gray.
Thank you!
Related
I have a problem with opening an old excel file with VBA macros. It looks like some of the VBa libraries are no longer used in excel 365.
While opening I get an error:
Opening the VBA project in this file requires a component that is not currently installed. This file will be opened without the VBA project. Fro more information, search Office.com for "VBA converters"
I struggle to install those libraries on my PC, but in the meantime I wonder if there is any workaround to get the VBA code out of this file.
Thanks in advance!
EDIT:
I attached mentioned file.
https://docs.google.com/spreadsheets/d/1msKl4kZANwwOTcqkDDb6pUjaaYkZ57lS/edit?usp=sharing&ouid=105093812803215551016&rtpof=true&sd=true
You can solve your problem when install office2003 and save it to microsoft office excel workbook(*.xls)
Link for office 2003
Your file after convert
Thanks for Mr.Yasserkhalil
I was just introduced to VBA. However, on saving my first excel file with VBA code, with .xlsm extension (I was advised to do so), and then reopening that saved file, I realized that all the VBA code had disappeared and the cells in which I had used the user-defined functions threw errors. Saving the workbook as .xlsx instead of .xlsm also didn't help. When I tried saving the VBA module, it showed that FUNCRES.XLAM is read-only and hence cannot be modified, and so try saving it at a different location. Doing so, saved an excel file which on opening showed a pop-up message that it's corrupt so can't be opened. Then I gave all permissions to FUNCRES.XLAM and it is NOT read-only. But the problem still prevailed. What should I do? Can someone please help me?
PS: It is Windows 10, Office 2016.
Your VBA code needs to be saved in a module within the same workbook in which you are working. This will probably be listed as VBAProject(Book1)
There will likely be other projects listed in the Project Explorer window of the VBA GUI, but your code will not get saved with those modules.
These are related to add-ins, and not to your workbook.
I have programmed macros in Excel and just tried linking the file to Inventor. I am only able to link .xls and .xlsx. The macro-enabled Excel file that I am trying to link can only be saved as a .xlsm. When I try linking it using the all files option (*.*), I am not able to choose the start cell which tells Inventor where to start pulling parameter values from the Excel sheet.
Am I able to link the .xlsm file another way?
Once the file is linked open the parameters menu and find the linked file. right click on that and you should see an option to change the starting cell.
I have developed a custom Excel 2010 Add-in and custom RibbonBar using VS 2010. When I install the custom Add-in for Excel, the RibbonBar is displayed or shown properly when Excel is opened. BUT, when I double-click the Excel file (.xlsx), the ribbon bar does not show on the Menu.
Please advise.
Few checks that may help
Disable all addins installed and then open a xlsx file by
enabling one addin in turn.
Start excel, create a new excel file
save, close and open it again to check if ribbon appears. If it work
fine for this, there could be some problem in file format or macro
attached with the file
I need to get rid of an XLA (excel add-in) from a spreadsheet, but everything on the web seems to point to renaming/deleting the xla file.
This is not an option as the xla file is used by many other spreadsheets and is on a shared drive.
Are there any other alternatives?
I copied all the classes and modules (drag and drop) from the xla to the 'local' project.
Save and close xls
I searched for the xla project name in the registry (with excel closed) and deleted the value.
Open excel
Done
Move or rename the .xla file, then go to add-in manager. select the add-in, and click "delete" on the pop-up massage.
Do you mean you want to remove it from the add-in dialog box? Disconnect from the shared drive, load Excel, and try to install the add-in. Excel will tell you it can't find it and ask if you want to remove it. Once you've removed it, reconnect to the shared drive.
If I understand your question, the solution might be:
On the Tools menu, click Add-Ins.
In the Add-Ins available box, clear the check box next to the add-in you want to unload, and then click OK.
Source: http://office.microsoft.com/en-us/excel/HP052037321033.aspx