I am hoping someone here can help me with the google translator API. I have an excel file with about 80k rows, and I am trying to build a macro where it translates everything in a column except for the first row. As an example I have six columns in Microsoft Excel such as the below
Excel Column Headers
- Column A = Name
- Column B = Address
- Column C = Phone Number
- Column D = Request
- Column E = Google Translated Request
- Column F = Notes
and I want to use the google translator API to take what is in column D and translate it to column E without translating what is in the first row as those are my column titles. Is this possible to do within an Excel Macro using the google translate API, and if so how would one do this?
GoogleTranslate
functions – Odilia