嘿,我是 Excel VBA 的新手,需要别人的帮助。以下是我正在寻找的:
如果某个未链接的(表单)复选框(topleftcell?)被选中然后它下面的某些复选框(.offset?)将被选中(如果它们还没有)
我不能使用单元格名称,因为上面的相同代码将适用于一堆列。
这就是我所拥有的
Set aaa = ActiveSheet.CheckBoxes(Application.Caller)
With aaa.TopLeftCell
If aaa.Value = 1 Then
rsp = MsgBox("Check boxes below?", 4)
If rsp = vbYes Then
certain checkboxes(.offset?) below will be unchecked &
.offset(0,0).value= "na"