An open API service indexing awesome lists of open source software.

https://github.com/aminya/acutemsword

My Microsoft Word VBA macros
https://github.com/aminya/acutemsword

mathtype msword vba vba-macros vba-word

Last synced: 2 months ago
JSON representation

My Microsoft Word VBA macros

Awesome Lists containing this project

README

        

# Amin's Acute MSWord VBA macros

My Microsoft Word VBA macros.

# MathType2Word
Convert Mathtype Equations to Microsoft Word Equations.

This is similar to what [GrindEQ](https://www.grindeq.com/index.php?p=mathtype2equation), which is a commercial software does.

It converts both inline and full equations

Usage:

* Select the part of the document you want to convert its equations.
* Then run the macro.

# codePaste
to paste a code snippet into MS word and make its background gray

# pasteSelected
Paste a text and keep the pasted text selected

Originally by Greg Maxey

# using the Macros
Follow the instructions here for importing the macros:

* To import one or more macros included in a .bas file, when you are in Word press Alt+F11 to open the VB Editor.
In VB Editor go to “File” > “Import”, or just press Ctrl+M.
In the dialog that opens, find and select the .bas file to import your macro.
[Reference!](https://www.thefreewindows.com/20719/export-import-microsoft-word-macros-bas-files/)

* To assign a button or adding them to ribbon follow Microsoft instructions: https://support.office.com/en-us/article/assign-a-macro-to-a-button-728c83ec-61d0-40bd-b6ba-927f84eb5d2c