R
ranswert
I have the following code to add a checkbox in a cell and center it top to
bottom:
Set chk = cell.Parent.CheckBoxes.Add(cell.Left, cell.Top, 12, cell.Height)
chk as Excel.checkbox
cell as Range
This code works fine in one procedure, but in another one the checkbox is in
the bottom of the cell.
Any Ideas what to do to fix this?
Thanks
bottom:
Set chk = cell.Parent.CheckBoxes.Add(cell.Left, cell.Top, 12, cell.Height)
chk as Excel.checkbox
cell as Range
This code works fine in one procedure, but in another one the checkbox is in
the bottom of the cell.
Any Ideas what to do to fix this?
Thanks