
Enhance your writing experience with Learnitive + MSWord, a Microsoft Office macro that brings Learnitive AI directly into Word.
Explore the Learnitive API »
Report Bug
·
Request Feature
This is a simple Microsoft Word Macro allowing you to use AI prompts within Word through the Learnitive API. These instructions may only apply to recent versions of Microsoft Windows.
- Open Microsoft Word
>
View>
Macros (orAlt-F8
). - Enter a name (should be "Learnitive" or you will need to change the macro code).
- The editor will open up, replace everything with the code in the
macro.vba
file. - Replace
YOUR-KEY-HERE
with your own Learnitive API key. Get your key from the https://www.learnitive.com/ai-api - Enter the
input prompt
(select text) you want to send to the Learnitive API . - Run the
Learnitive
subroutine by pressingAlt-F8
and clicking Run. - Response from the Learnitive API will be inserted into the document where the cursor was last placed.
Please replace the line 65
of the macro.vba
as follows to change the language (e.g., for French use fr
):
lang = "fr"
Supported language codes list: https://help.learnitive.com/article/suppoted-languages/
Use the following steps to create a shortcut for the Learnitive macro created above. These instructions may only apply to recent versions of Microsoft Windows.
- Click File > Options > Customize Ribbon.
- Under Keyboard shortcuts, click customise and Macros > Learnitive.
- Press
CTRL + L
and assign and then close. - Write and select a text and press
CTRL + L
, AI content will appear shortly.
The authors and contributors of this program provide it as-is, without any warranties or guarantees. They cannot be held responsible for any damages resulting from the use of this program.
This program is licensed under the MIT license.
Johann Dowa
Updated by: Learnitive