Form view upon opening

  • Thread starter Thread starter Brian
  • Start date Start date
B

Brian

I have a couple of forms that when opened are opening in the middle of the
form as opposed to the top of the form, which I'd like. This causes the user
to have to scroll up to the top of the form to view from the beginning every
time the form is opened. Is there a way to change this so that the form
always opens at the top? Thanks for your help!
 
Hello!
You could just add the Maximize macro to the On Open property on the form.
Either create the macro that just maximizes and add that, or you'd need to
write the event procedure to do it for you. I'm just very new to VB, so I
save the macro and add it instead of writing the event code.
 
Back
Top