abdulhaque
Board Regular
- Joined
- Dec 2, 2015
- Messages
- 63
Hi all,
After trying various VBA scripts I am stuck as none of them worked.
I am looking for a VBA function which will allow me to translate a cell and output translation to another cell. So for example if cell A1 had some text in Dutch, then if the function was used in B1 to translate to English, the resulting translation will be displayed in cell B1. The function parameters I would assume will need to be the source language, translated language, and the text to be translated.
Does anyone know of any working VBA functions to meet this reuqest? Also using the google translate engine in the script would be good.
Thanks
After trying various VBA scripts I am stuck as none of them worked.
I am looking for a VBA function which will allow me to translate a cell and output translation to another cell. So for example if cell A1 had some text in Dutch, then if the function was used in B1 to translate to English, the resulting translation will be displayed in cell B1. The function parameters I would assume will need to be the source language, translated language, and the text to be translated.
Does anyone know of any working VBA functions to meet this reuqest? Also using the google translate engine in the script would be good.
Thanks