Change property of comments only

T

Tom Ogilvy

What property do you want to change and do you want to change all comments
or just one comment?
 
G

Guest

Hi Tom,

Sorry I was not clear enough. I want to change all comments to xlMove.
--
Regards,

Martin


Tom Ogilvy said:
What property do you want to change and do you want to change all comments
or just one comment?
 
T

Tom Ogilvy

Sub abcd()
For Each cmt In ActiveSheet.Comments
cmt.Shape.Placement = xlMove
Next
End Sub

--
Regards,
Tom Ogilvy

Martin said:
Hi Tom,

Sorry I was not clear enough. I want to change all comments to xlMove.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top