Im new when it comes to VBA, but i work my way out, now i have this following problem, we have an aplication that generates pdf files, the problem is that we have to generate X amount of files but takes too much time to do it, i was able to work on VBA to let it be done automaticaly, what my vba does is, goes to a transaction, selects the output to be used, and then clicks on generate a file, the problem is that since im using two different platforms im not able to tell my VBA that when the PDF is generated and shows you the PDF on screen, to save it with an specific name, how can this be done? is there a way to tell my VBA this?

Thanks for your help!