Hi all,
I'm working in a form that has several dropdown menus. Your selection from the first dropdown will impact what is shown in subsequent dropdowns (e.g., there are event procedures that are run after each update). Once you have made all of your selections there is a button at the bottom to "make report" which runs VBA code that, based on your dropdown selections, runs the appropriate macro to generate the appropriate report.
My question is this: For each organization (of which there are dozens) I have to generate 60 reports to create a packet -- and that means a lot of manual drop down selections. Is there any way to automate the dropdown selections such that it would be exactly as if I were making those selections manually, including running all of the event procedures after the update? Is that something that can be done in VBA? Going through the same tedious steps for each organization seems ridiculous but I'm not familiar with any way to automate this.
I hope that makes sense, and thanks so much for your help!
I'm working in a form that has several dropdown menus. Your selection from the first dropdown will impact what is shown in subsequent dropdowns (e.g., there are event procedures that are run after each update). Once you have made all of your selections there is a button at the bottom to "make report" which runs VBA code that, based on your dropdown selections, runs the appropriate macro to generate the appropriate report.
My question is this: For each organization (of which there are dozens) I have to generate 60 reports to create a packet -- and that means a lot of manual drop down selections. Is there any way to automate the dropdown selections such that it would be exactly as if I were making those selections manually, including running all of the event procedures after the update? Is that something that can be done in VBA? Going through the same tedious steps for each organization seems ridiculous but I'm not familiar with any way to automate this.
I hope that makes sense, and thanks so much for your help!