Resizing Comment Box

  • Thread starter Thread starter Eager2Learn
  • Start date Start date
E

Eager2Learn

I would like to set the size of the comment box I am adding. Here i
the part of the code with the comment:

.Offset(0, 2).AddComment "Reopened: " & Date

this is all in a With statement.

Help, please.
E2
 
E2L,

With .Offset(0, 2).Comment.Shape
.Width = 100
.Height = 200
End With

HTH,
Bernie
MS Excel MVP
 

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

Back
Top