Hello --
I am trying to learn how to build an app. I figured I would do something "simple" and just allow a user to decide where to save the output of a file. So, the way my workflow works is that information is written to different tabs. So, when I open the Excel file, there are many tabs that have information in it.
Now, I am trying to let a user define where the file is stored. I actually can get that to work, but when the app finishes running, it asks if I want to open the output files. It seems to repeat each output based on the tab (see below -- called BTR new).
How do I prevent this from happening or to show only once? The file is written only once -- so it is correct.
Thanks,
Seth