I have this code that clears the contents in the first 28 columns in the active row. How can I include columns 95 to 107 (ignoring 29 - 94)

[VBA]ActiveCell.Resize(, 28).ClearContents[/VBA]