N Number11 Member Local time Today, 22:34 Joined Jan 29, 2020 Messages 635 Sep 22, 2022 #1 So is it possible to add a pause to VBS code so that i can check the data created is 100% before the VBS exports to excel?
So is it possible to add a pause to VBS code so that i can check the data created is 100% before the VBS exports to excel?
Minty AWF VIP Local time Today, 22:34 Joined Jul 26, 2013 Messages 10,659 Sep 22, 2022 #2 You could simply open a query displaying the data? If you put the query view onto a read-only modal form with an OK/Cancel button you can then either continue the process or canel it.
You could simply open a query displaying the data? If you put the query view onto a read-only modal form with an OK/Cancel button you can then either continue the process or canel it.