07-03-2007, 07:58 PM
Create new function and assign file trigger in Properties.
If you don't know what (if) file is created etc, use the trigger and the function to discover it.
When you'll know the file, use eg a global variable to communicate with the main macro (which could wait for the variable).
If you don't know what (if) file is created etc, use the trigger and the function to discover it.
When you'll know the file, use eg a global variable to communicate with the main macro (which could wait for the variable).