Word Macros

Here's a VB file of macros that I create for Microsoft Word every time I install it.

Table_New_Row() — insert a new row in a table with a keyboard shortcut. I assign this to Ctrl+Shift+Enter .

Table_Fit_Content_Wide() — make a table autofit its contents and then autofit the width of the document. I assign this to Ctrl+Shift+Backspace.

https://github.com/fazzaan/code-random/blob/main/Word_Macros_Farran.vb

Last updated