D
Dale Fye
I have a worksheet I am using as a report for data that is stored in another
worksheet in my workbook.
I have some checkboxes that I added to the worksheet using the Control
Toolbox, all of which are named. How can I set the values (checked or
unchecked) of these checkboxes based on the values in the other worksheet?
For other cells in the report, I am using:
shtDest.Cells(10, 2) = shtGap.Cells(GapPointer, 16)
I have tried:
shtDest.OLEObjects("chk_Doctrine").Checked = shtGap.Cells(GapPointer, 3)
but this generates an "Object doesn't support this property or method" error.
While searching for an answer, I've come to realize that there are two types
of control toolboxes (Control and Form) and I selected the Control Toolbox.
If I need to change that to the Forms toolbox, now would be a good time to
let me know.
Thanks for your feedback.
Happy Thanksgiving!
worksheet in my workbook.
I have some checkboxes that I added to the worksheet using the Control
Toolbox, all of which are named. How can I set the values (checked or
unchecked) of these checkboxes based on the values in the other worksheet?
For other cells in the report, I am using:
shtDest.Cells(10, 2) = shtGap.Cells(GapPointer, 16)
I have tried:
shtDest.OLEObjects("chk_Doctrine").Checked = shtGap.Cells(GapPointer, 3)
but this generates an "Object doesn't support this property or method" error.
While searching for an answer, I've come to realize that there are two types
of control toolboxes (Control and Form) and I selected the Control Toolbox.
If I need to change that to the Forms toolbox, now would be a good time to
let me know.
Thanks for your feedback.
Happy Thanksgiving!