how select range of cell, in red square, and clear all?=
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.
[COLOR=blue]With MSFlexGrid1
[COLOR=green]' Row and Col properties must be set before RowSel and ColSel[/color]
.Col = 1
.Row = 1
.ColSel = 2
.RowSel = 2
.Clear
End With[/color]