
Running a routine after form has loaded
Form_Activate
or... at the end of Form_Load....
Visible=True
Call MySubroutine
--
------------- 8< ------------- Cut along dotted line -------------
Quote:
> I'm trying to get a subroutine to run AFTER the form has completed
> the Form_Load routine because my routine makes changes to the
> objects on the form and they aren't visible until the form has completed
> the Form_Load routine. I'd rather not use a timer to kick it off.
> Any Suggestion?
> -Chris