Skip to content

Instantly share code, notes, and snippets.

View T3aHat's full-sized avatar

Teahat T3aHat

View GitHub Profile
@T3aHat
T3aHat / ExcelDeepL.bas
Last active January 9, 2024 23:43
ExcelでDeepL翻訳
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)