Developer technologies | VB
An object-oriented programming language developed by Microsoft that can be used in .NET.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
VBA for Word; but there is no coding involved.
Create a UserForm. Add a TextBox. Run it.
On Windows - you can Copy and Paste to/from the TextBox - vs the Clipboard.
On MacOS - you cannot.
(at least, it never worked for me - please post if it works for you! On Mac.)
Hello thanks for reaching out!
Open Microsoft Word.
MultiLine = True and EnterKeyBehavior = True if you want multi‑line input. Create a procedure to show the form.ShowForm from the Macros list.