I have code that creates a file to a shared network drive. After the file is created it is attached to an email. I need to delay the attach portion of the code until the file has been created. Once in a while the code will bomb because it's trying to attach the file while it's still being created. My current fix: I have a message box that prompts before the file attach portion. I would would like to do away the message box if possible. Does anybody have any ideas? Thanks for your help!!