Excel 2010: Vào Review/Comments/kích vào bật tắt Show All Comments.cho em hỏi có phím tắt nào để ẩn/hiện toàn bộ comment trong excel ko ạ
Dùng Vba rồi gán phím tắt cho nó.cho em hỏi có phím tắt nào để ẩn/hiện toàn bộ comment trong excel ko ạ
Sub unhide()
On Error Resume Next
For Each c In ActiveSheet.Comments
c.Visible = False
Next c
End Sub
Sub hide()
On Error Resume Next
For Each c In ActiveSheet.Comments
c.Visible = True
Next c
End Sub
Bạn vào tab Review-> Show/hide commet hoặc Show all comments
View attachment 222344
[/QUOTE
có phím nào trên bàn phím thực hiện chức năng này, ko cần dùng chuột không bạn