Hey All,
I'm having trouble getting my userforms to center without having to re-initialize the form.
In my project, I have multiple goals and objectives and measures which make up each objective. Click on a button to go to a subform, update data, click another to return. Stuff like that.
Anyway, I have the startupposition set to 1 - CenterOwner. This works perfectly fine if I unload the form before showing it, ie:
frm1.Hide
Unload frm2
frm2.Show
However, when I update some of the subforms, I update a value on the previous form. Therefore, I do not want to unload that previous form or else it will not update with the new data.
Is there a way to center the userform without having to re-initialize the form? Let me know if my explanation makes sense!
Thanks!
I'm having trouble getting my userforms to center without having to re-initialize the form.
In my project, I have multiple goals and objectives and measures which make up each objective. Click on a button to go to a subform, update data, click another to return. Stuff like that.
Anyway, I have the startupposition set to 1 - CenterOwner. This works perfectly fine if I unload the form before showing it, ie:
frm1.Hide
Unload frm2
frm2.Show
However, when I update some of the subforms, I update a value on the previous form. Therefore, I do not want to unload that previous form or else it will not update with the new data.
Is there a way to center the userform without having to re-initialize the form? Let me know if my explanation makes sense!
Thanks!