vba to stop frame resizing

J

John P

Please can you offer a solution to a cell within a frame resizing. Is it
possible to fix it to a size in VBA so that it will not resize no matter
what occurs!

Cheers

John
 
J

Jezebel

No. There is no property that locks the size. You could write VBA to make
sure that its size is set to given values, and run that code periodically or
before saving the document or when the selection changes, etc.

What are you actually trying to achieve?
 
Top