I am new to VBA and want to create a code for a report I have. I run the report on multiple times with different parameters.
What I would like to do is create a code that will refer to a table and create report for each parameter.
For example, I have 5 different parameters in the table. I want it to grab the first one, create a report and save as PDF and then go to the next parameter in the table and do the same until all the it has gone through the table of parameters.
What I would like to do is create a code that will refer to a table and create report for each parameter.
For example, I have 5 different parameters in the table. I want it to grab the first one, create a report and save as PDF and then go to the next parameter in the table and do the same until all the it has gone through the table of parameters.