dinhphuong9327
Thành viên chính thức


- Tham gia
- 5/3/09
- Bài viết
- 70
- Được thích
- 3
Sub GPE()
Dim cls As Range
For Each cls In [B3:B5]
cls.Comment.Shape.Top = cls.Top
cls.Comment.Shape.Left = cls.Left
cls.Comment.Shape.Height = cls.Height
cls.Comment.Shape.Width = cls.Width
Next
End Sub