Set height of all Form Headers using VBA (1 Viewer)

Kpaw

New member
Local time
Today, 01:53
Joined
Jul 14, 2013
Messages
6
I have built a database and I want to set the height of the form header on all forms using a module.

I am uncertain how to write the VBA to accomplish this task.

Thanks for any assistance
 

Galaxiom

Super Moderator
Staff member
Local time
Today, 14:53
Joined
Jan 20, 2009
Messages
12,863
You would need to loop through all the forms in the forms collection and use code per the link to set the height

Forms only become part of the Forms Collection when they are open. A better loop would be through the CurrentProject.AllForms Collection.
 

Users who are viewing this thread

Top Bottom