SanAntonioSpurFan
Instructor
I have a form called F1 that opens first. User clicks command button and opens Form2. Procedure is run to dump data to Excel and closes Form2. I want to call a procedure in F1 before F2 closes but it tells me Sub or Function not defined. I need this Sub to be located in F1 becasue it gathers its info there. If I can't call from F2, when F2 is closed call F1 call it in the same command button click?