'Wait' command in VBA - MrExcel.com | Excel Resources | Excel Seminars | Excel Product
Hi JP, There is a 'Wait Method' in VBA - search for it in the VBE Help. However, I'm not sure that this will have the desired result. As an alternative, consider using 'Sleep' instead. Eg: Public Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As L...