R
ranswert
I am trying to link a checkbox to a cell on a different sheet than the
checkbox is in. This is the code I am using:
chk.LinkedCell = Sheets("Estimates
DB").Range("estdbcboxlnkcell").Offset(estnum, 0).Address
When I run it, the checkbox is being linked to a cell on the sheet that the
checkbox is in.
What am I doing wrong?
Thanks
checkbox is in. This is the code I am using:
chk.LinkedCell = Sheets("Estimates
DB").Range("estdbcboxlnkcell").Offset(estnum, 0).Address
When I run it, the checkbox is being linked to a cell on the sheet that the
checkbox is in.
What am I doing wrong?
Thanks