跳到主要内容

在Excel中一次快速插入多个复选框

Kutools for Excel

提升 Excel 300+
强大的功能

复选框对于在Excel中标记某些信息很有用,但是如何将多个复选框一次插入工作表范围? Kutools for Excel 支持方便的工具 批量插入复选框,通过它,您可以快速整齐地在范围单元格中插入多个复选框。


点击 库工具 >> 插页 >> 批量插入复选框,请参见屏幕截图:


用法:

1。 选择要插入复选框的范围单元格。

2。 然后单击以应用此功能 库工具 > 插页 > 批量插入复选框,并且所有单元格都已填充复选框,请参见屏幕截图:

镜头插入多个复选框2 -2 镜头插入多个复选框3

笔记:

1.此功能支持 解开;

2.使用此功能,您还可以将复选框与值插入相同的单元格中。 选择值单元格,然后应用此 批量插入复选框 工具,然后将在同一单元格中的单元格值之前插入复选框:

镜头插入多个复选框2 -2 镜头插入多个复选框3

3.此功能在中不可用 页面布局 查看如下屏幕截图:

要激活此实用程序,只需更改 页面布局 查看到 正常 查看下 查看 标签。

镜头插入多个复选框7


一次快速插入/删除多个复选框

Kutools for Excel:具有300多个方便的Excel加载项,可以在30天内免费试用,没有任何限制。 立即下载并免费试用!


生产力工具推荐
以下工具可以极大地节省您的时间和金钱,哪一种适合您?
Office Tab: 在办公室中使用方便的选项卡,作为Chrome,Firefox和New Internet Explorer的方式。
Kutools for Excel: 超过300种Excel高级功能 2021、2019、2016、2013、2010、2007 和 Office 365。

Kutools for Excel

上述功能只是 Kutools for Excel 300 个强大功能之一。

专为 Excel(Office) 2021、2019、2016、2013、2010、2007 和 Office 365 设计。免费下载和使用 30 天。

Kutools for Excel 的屏幕截图

btn了解更多      btn下载     btn购买

 

Comments (3)
No ratings yet. Be the first to rate!
This comment was minimized by the moderator on the site
This is a great function, but now I have to individually right click on each checkbox and choose Format Control, then manually set the cell that's linked to the checkbox. Without doing this, the checkboxes inserted by Kutools look pretty, but they're useless for functions.
This comment was minimized by the moderator on the site
Hello friend,
Glad to help. You can use the below VBA to link checkboxs to multiple cells:

Sub LinkChecks()
'Update by Extendoffice
i = 2
For Each cb In ActiveSheet.CheckBoxes
cb.LinkedCell = Cells(i, "B").Address
i = i + 1
Next cb
End Sub

Please have a try. Thanks.

Sincerely,
Mandy
This comment was minimized by the moderator on the site
To whom it may concern. Is there any way to use the checkbox state in a formula like the if(function). For example, if the check box is checked, place "completed in cell f4. Do I have to manually create a cell link for each checkbox?
There are no comments posted here yet
Please leave your comments in English
Posting as Guest
×
Rate this post:
0   Characters
Suggested Locations