Fix size and position of comment

V

viettuyen

In the first time, I insert a comment in a cell of excel work sheet. The
position and size of comment box is OK (Comment box is in the upper right of
the cell and comment box size is cover the content of comment). But some time
later the comment box is move very far from the cell and the box size become
very small (automatically). Can I fix the comment size & it's position?
Thanks for attentions of alls
 
D

Dave Peterson

Comments seem to have a mind of their own.

The closest thing I know to control them is to just use a macro that resets them
back to where they belong.

Debra Dalgleish has some code to reset/resize them here:
http://contextures.com/xlcomments03.html#Reset
http://contextures.com/xlcomments03.html#Resize

If you're new to macros:

Debra Dalgleish has some notes how to implement macros here:
http://www.contextures.com/xlvba01.html

David McRitchie has an intro to macros:
http://www.mvps.org/dmcritchie/excel/getstarted.htm

Ron de Bruin's intro to macros:
http://www.rondebruin.nl/code.htm

(General, Regular and Standard modules all describe the same thing.)

============
Sometimes, closing the workbook and reopening will reset (some or all???) of
these problems.
 

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