This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Attribute VB_Name = "ExcelDeepL" | |
' # Installation | |
' 1. Activate MicroSoft XML. v6.0 and MicroSoft Scripting Runtime | |
' 2. Get VBA-JSON(JsonConverter.bas) from https://github.com/VBA-tools/VBA-JSON | |
' 3. Install JsonConverter and this script | |
' # How to use | |
' deepl(target_lang, select a cell) | |
' Example: deepl("JA",A1) |