For a single macro, I want to create a file in an outside program, wait for it to create, open it to read it. I can use Wait or Sleep while checking if the file exists. I was looking for code to check for the file, but wait until it's completely created to open it. Would trying to open it while it's still creating show an error or does FileExists returns true if the file is still being created?
I tried googling and looking through this forum, but can't find correct answer or can't figure out key words in the search.
I tried googling and looking through this forum, but can't find correct answer or can't figure out key words in the search.