Sub Macro1() ' ' Macro1 Macro ' merge down 1 ' End Sub Sub W_GROW_FONT() ' ' W_GROW_FONT Macro ' ' Selection.Font.Grow End Sub Sub Macro2() ' ' Macro2 Macro ' ' End Sub Sub Macro3() ' ' Macro3 Macro ' ' End Sub Sub Macro4() ' ' Macro4 Macro ' ' End Sub Sub Macro5() ' ' Macro5 Macro ' ' End Sub Sub NO_TABLE_SHADE() 'WKB Sub ChangeTableCellShading_SelectedCells() Dim oCell As Cell Dim oColor_Old As WdColor Dim oColor_New As WdColor 'Replace the shading below by the one to search for: oColor_Old = wdColorYellow 'Replace the shading below by the new shading to apply: 'WKB oColor_New = wdColorBrightGreen oColor_New = wdNoColor 'iterate through all cells in the selection For Each oCell In Selection.Range.Cells 'If shading is the one being search for, replace it With oCell.Shading 'WKB If .BackgroundPatternColor = oColor_Old Then 'WKB.BackgroundPatternColor = oColor_New .BackgroundPatternColor = wdColorWhite 'WKB End If End With Next oCell End Sub Sub Macro7() ' ' Macro7 Macro ' NOTABLESHADE ' End Sub Sub Macro6() ' ' Macro6 Macro ' ' End Sub Sub Macro8() ' ' Macro8 Macro ' ' Selection.TypeText Text:=" " Selection.EscapeKey End Sub Sub Macro9() ' ' Macro9 Macro ' ' End Sub Sub Macro10() ' ' Macro10 Macro ' ' End Sub Sub Macro11() ' ' Macro11 Macro ' ' End Sub Sub Macro12() ' ' Macro12 Macro ' ' With Selection.Tables(1).Shading .Texture = wdTextureNone .ForegroundPatternColor = wdColorAutomatic .BackgroundPatternColor = wdColorAutomatic End With With Selection.Tables(1) With .Borders(wdBorderLeft) .LineStyle = wdLineStyleDouble .LineWidth = wdLineWidth050pt .Color = wdColorAutomatic End With With .Borders(wdBorderRight) .LineStyle = wdLineStyleDouble .LineWidth = wdLineWidth050pt .Color = wdColorAutomatic End With With .Borders(wdBorderTop) .LineStyle = wdLineStyleDouble .LineWidth = wdLineWidth050pt .Color = wdColorAutomatic End With With .Borders(wdBorderBottom) .LineStyle = wdLineStyleDouble .LineWidth = wdLineWidth050pt .Color = wdColorAutomatic End With .Borders(wdBorderHorizontal).LineStyle = wdLineStyleNone .Borders(wdBorderVertical).LineStyle = wdLineStyleNone .Borders(wdBorderDiagonalDown).LineStyle = wdLineStyleNone .Borders(wdBorderDiagonalUp).LineStyle = wdLineStyleNone .Borders.Shadow = False End With With Options .DefaultBorderLineStyle = wdLineStyleDouble .DefaultBorderLineWidth = wdLineWidth050pt .DefaultBorderColor = wdColorAutomatic End With With Selection.Tables(1) With .Borders(wdBorderLeft) .LineStyle = wdLineStyleDouble .LineWidth = wdLineWidth050pt .Color = wdColorAutomatic End With With .Borders(wdBorderRight) .LineStyle = wdLineStyleDouble .LineWidth = wdLineWidth050pt .Color = wdColorAutomatic End With With .Borders(wdBorderTop) .LineStyle = wdLineStyleDouble .LineWidth = wdLineWidth050pt .Color = wdColorAutomatic End With With .Borders(wdBorderBottom) .LineStyle = wdLineStyleDouble .LineWidth = wdLineWidth050pt .Color = wdColorAutomatic End With With .Borders(wdBorderHorizontal) .LineStyle = wdLineStyleSingle .LineWidth = wdLineWidth050pt .Color = wdColorAutomatic End With With .Borders(wdBorderVertical) .LineStyle = wdLineStyleSingle .LineWidth = wdLineWidth050pt .Color = wdColorAutomatic End With .Borders(wdBorderDiagonalDown).LineStyle = wdLineStyleNone .Borders(wdBorderDiagonalUp).LineStyle = wdLineStyleNone .Borders.Shadow = False End With With Options .DefaultBorderLineStyle = wdLineStyleDouble .DefaultBorderLineWidth = wdLineWidth050pt .DefaultBorderColor = wdColorAutomatic End With End Sub Sub Macro13() ' ' Macro13 Macro ' ' With Selection.Tables(1) With .Borders(wdBorderLeft) .LineStyle = wdLineStyleDouble .LineWidth = wdLineWidth050pt .Color = wdColorAutomatic End With With .Borders(wdBorderRight) .LineStyle = wdLineStyleDouble .LineWidth = wdLineWidth050pt .Color = wdColorAutomatic End With With .Borders(wdBorderTop) .LineStyle = wdLineStyleDouble .LineWidth = wdLineWidth050pt .Color = wdColorAutomatic End With With .Borders(wdBorderBottom) .LineStyle = wdLineStyleDouble .LineWidth = wdLineWidth050pt .Color = wdColorAutomatic End With With .Borders(wdBorderHorizontal) .LineStyle = wdLineStyleSingle .LineWidth = wdLineWidth075pt .Color = wdColorAutomatic End With With .Borders(wdBorderVertical) .LineStyle = wdLineStyleSingle .LineWidth = wdLineWidth075pt .Color = wdColorAutomatic End With .Borders(wdBorderDiagonalDown).LineStyle = wdLineStyleNone .Borders(wdBorderDiagonalUp).LineStyle = wdLineStyleNone .Borders.Shadow = False End With With Options .DefaultBorderLineStyle = wdLineStyleDouble .DefaultBorderLineWidth = wdLineWidth050pt .DefaultBorderColor = wdColorAutomatic End With End Sub Sub Macro14() ' ' Macro14 Macro ' ' With Selection.Tables(1) With .Borders(wdBorderLeft) .LineStyle = wdLineStyleSingle .LineWidth = wdLineWidth050pt .Color = wdColorAutomatic End With With .Borders(wdBorderRight) .LineStyle = wdLineStyleSingle .LineWidth = wdLineWidth050pt .Color = wdColorAutomatic End With With .Borders(wdBorderTop) .LineStyle = wdLineStyleSingle .LineWidth = wdLineWidth050pt .Color = wdColorAutomatic End With With .Borders(wdBorderBottom) .LineStyle = wdLineStyleSingle .LineWidth = wdLineWidth050pt .Color = wdColorAutomatic End With With .Borders(wdBorderHorizontal) .LineStyle = wdLineStyleSingle .LineWidth = wdLineWidth075pt .Color = wdColorAutomatic End With With .Borders(wdBorderVertical) .LineStyle = wdLineStyleSingle .LineWidth = wdLineWidth075pt .Color = wdColorAutomatic End With .Borders(wdBorderDiagonalDown).LineStyle = wdLineStyleNone .Borders(wdBorderDiagonalUp).LineStyle = wdLineStyleNone .Borders.Shadow = False End With With Options .DefaultBorderLineStyle = wdLineStyleSingle .DefaultBorderLineWidth = wdLineWidth050pt .DefaultBorderColor = wdColorAutomatic End With End Sub Sub Macro15() ' ' Macro15 Macro ' add merged row to top of table ' Selection.InsertRowsAbove 1 Selection.Cells.Merge Selection.Style = ActiveDocument.Styles("Normal") Selection.Rows.HeightRule = wdRowHeightExactly Selection.Rows.Height = InchesToPoints(0.3) End Sub Sub Macro16() ' ' Macro16 Macro ' ' Selection.Borders(wdBorderTop).LineStyle = wdLineStyleNone Selection.Borders(wdBorderLeft).LineStyle = wdLineStyleNone Selection.Borders(wdBorderBottom).LineStyle = wdLineStyleNone Selection.Borders(wdBorderRight).LineStyle = wdLineStyleNone Selection.Borders(wdBorderDiagonalDown).LineStyle = wdLineStyleNone Selection.Borders(wdBorderDiagonalUp).LineStyle = wdLineStyleNone With Selection.Borders(wdBorderTop) .LineStyle = wdLineStyleDouble .LineWidth = wdLineWidth050pt .Color = Options.DefaultBorderColor End With End Sub Sub MERGE_CELLS() ' ' MERGE_CELLS Macro ' ' Selection.Cells.Merge End Sub