MSFlexGridのセルの書式を非アクティブにて替えたいのですが何か方法はあるのでしょうか。セルをアクティブにすればCellFontBold、CellBackColorといったCell・・・系で可能ですが。。
本質的ではありませんが・・・
Dim r As Long
Dim c As Long
With MSFlexGrid1
.Redraw = False
r = .Row: c = .Col
.Row = nnn: .Col = nnn
.CellFontBold = True
.Row = r: .Col = c
.Redraw = True
End With
とかどうでしょう・・・
ツイート | ![]() |