Does anyone know how to make the macro wait a bit before going on to the next procedure ?
I'm using another application (bloomberg excel) at the same time and it takes a little bit time to be fully updated along with vba, so it is necessary to create a pause between procedures, so that bloomberg can catch up with the progress.
I tried applicationwait function but it didn't work, since it simply stopped the whole process. I'm just wondering if I can create something simple just like countdown or so in the statement.
Regards
Bookmarks