to check if cell has comment · Sub FindMyComments() · For Each cmt In ActiveSheet.Comments · If cmt.Parent.Address = "$A$4" Then · MsgBox cmt.Text ...
確定! 回上一頁