A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Suggestion:
Write the formula in Spanish, select the cell and execute this macro:
Sub Test()
Msgbox ActiveCell.Formula
End Sub
Andreas.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have the Spanish version of Office. There is lots of room for improvement. Specially in the explanation of the how each individual function is supposed to work. Hence I wanted to have access to the function names in English so I can use that body instead of Spanish. Went through the steps in the menus (my best shot at the translations):
INSERT ----> Store ----> Productivity tools ----> Functions Translator, a Microsoft Garage proj... ADD
Now the function translator appears as an option on the menu ribbon but upon its selection it pops the following:Other
than the poor Spanish, it sends me in a infinite loop via the See details (Ver detalles).
Bottom line, the function translator does not work.
Any ideas, or course of action?
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Suggestion:
Write the formula in Spanish, select the cell and execute this macro:
Sub Test()
Msgbox ActiveCell.Formula
End Sub
Andreas.