在设置了保护表格的表格里用VBA做个取消合并单元格的按钮
PrivateSubCommandButton1_Click()Me.UnprotectSelection.MergeCells=TrueMe.ProtectEndSub...
Private Sub CommandButton1_Click()Me.UnprotectSelection.MergeCells = TrueMe.ProtectEnd Sub上面的是合并单元格
我现在需要取消合并单元格
像上面那个代码一样选中后按下就可以
Private Sub CommandButton1_Click()Me.UnprotectSelection.MergeCells = TrueMe.ProtectEnd Sub 展开
我现在需要取消合并单元格
像上面那个代码一样选中后按下就可以
Private Sub CommandButton1_Click()Me.UnprotectSelection.MergeCells = TrueMe.ProtectEnd Sub 展开
1个回答
展开全部
Selection.MergeCells = False
更多追问追答
追问
Private Sub CommandButton1_Click()
Me.Unprotect
Selection.MergeCells = False
Me.Protect
End Sub
是这样吗?
不行诶。
能具体点吗?
谢谢拉
追答
CommandButton1是你添加的按钮的属性名,同一个表格里同一个Sheet不能出现重复的。。。其他的就是你说的那样。你试试吧,应该没问题
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询