Resize Validataion Message Help!

D

dee

Hi,

I would like to change the size of the message box so that words don't wrap.

If this isn't an option, can someone guide me to VBA code that will display
a message box that I can resize when I click in a cell?

I don't want to use comments, because I don't want to have to point to the
cell - I need the message to display when the cell is active.
 
D

Debra Dalgleish

You can't change the size of a data validation input message, manually
or programmatically. You could add a comment to the cell, and use event
code to display that comment when the cell is selected.
 
D

dee

Hi Debra,

Thanks again for this response. That is exactly what I wish to do.

Do you know where I can find a "snippet" of code in order to do this? I am
hoping that it is something I can run for an entire workbook or at least
worksheet.

Thank you.
 
Top