Using the InsideWidth and InsideHeight properties of a form.
Q: How can I resize my forms using VBA code? They don't
always do what I want them to do, and I want to specify a size. A: You can use the InsideWidth
and InsideHeight properties of the Form to resize them. See the video
for details.