K
krbaugh1
When I do this on a pc it works
ActiveSheet.Shapes("F221FCHECK").Select
Selection.ShapeRange.Fill.Visible = msoTrue
Selection.ShapeRange.Fill.Solid
Selection.ShapeRange.Fill.ForeColor.SchemeColor = 22
Selection.ShapeRange.Fill.Transparency = 1
Selection.ShapeRange.Line.Weight = 0.85
Selection.ShapeRange.Line.DashStyle = msoLineSolid
Selection.ShapeRange.Line.Style = msoLineSingle
Selection.ShapeRange.Line.Transparency = 0#
Selection.ShapeRange.Line.Visible = msoFalse
[f221fcheck].Enabled = True
But on a mac It wil change the background of the check box F221FCHECK
but it will not disable it. It is a form check box so id does work on
the mac but I can not disable it.
Any ideas
ActiveSheet.Shapes("F221FCHECK").Select
Selection.ShapeRange.Fill.Visible = msoTrue
Selection.ShapeRange.Fill.Solid
Selection.ShapeRange.Fill.ForeColor.SchemeColor = 22
Selection.ShapeRange.Fill.Transparency = 1
Selection.ShapeRange.Line.Weight = 0.85
Selection.ShapeRange.Line.DashStyle = msoLineSolid
Selection.ShapeRange.Line.Style = msoLineSingle
Selection.ShapeRange.Line.Transparency = 0#
Selection.ShapeRange.Line.Visible = msoFalse
[f221fcheck].Enabled = True
But on a mac It wil change the background of the check box F221FCHECK
but it will not disable it. It is a form check box so id does work on
the mac but I can not disable it.
Any ideas