A family of Microsoft word processing software products for creating web, email, and print documents.
To deal with the column to the right of the column in which you have the selection, use:
Dim crange As Range
Set crange = Selection.Cells(1).Range
crange.MoveEnd wdColumn, 1
crange.Select
With Selection.Font
.Name = "Algerian"
.Size = 16
End With
Selection.Collapse wdCollapseStart
To deal with the column to the left, use
Dim crange As Range
Selection.MoveLeft wdCell, 1
Set crange = Selection.Cells(1).Range
crange.MoveEnd wdColumn, 1
crange.Select
With Selection.Font
.Name = "Algerian"
.Size = 16
End With
Selection.Collapse wdCollapseStart
Selection.MoveRight wdCell, 1