Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Sub LeftTableMargin()
Dim lngT As Long
For lngT = 1 To ActiveDocument.Tables.Count
ActiveDocument.Tables(lngT).Rows.SetLeftIndent 50, wdAdjustNone
Next lngT
End Sub