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
- Host: GitHub
- URL: https://github.com/aminya/acutemsword
- Owner: aminya
- License: mit
- Created: 2019-07-15T04:04:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-18T05:46:55.000Z (over 4 years ago)
- Last Synced: 2025-02-05T15:14:19.523Z (4 months ago)
- Topics: mathtype, msword, vba, vba-macros, vba-word
- Language: VBA
- Homepage:
- Size: 33.2 KB
- Stars: 9
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 selectedOriginally 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