Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

Sub ResetComments()

'Update 20141110
Dim pComment As Comment
For Each pComment In Application.ActiveSheet.Comments
pComment.Shape.Top = pComment.Parent.Top + 5
pComment.Shape.Left = pComment.Parent.Offset(0, 1).Left + 5
Next
End Sub

You might also like