![]() |
#1
|
|||
|
|||
![]()
I am running Microsoft 365 on Windows 11.
I have developed a Word macro that loops over all the .doc, .docx and .rtf file in a folder and re-formats them. After I have reformatted each file I wish to display the file briefly (2s) whilst the macro sleeps. I have not found a way to do this. If I use the Windows Sleep API, it sleeps the document windows as well as the macro. If have tried using the Excel Wait method, but despite adding a reference to the Microsoft Excel 16.0 Object Library, the macro throws an error when it reaches the Wait statement. I have tried adding many DoEvent statements, but fails as well. Does anyone know how to pause a macro (briefly) and display a document window? |
#2
|
|||
|
|||
![]()
What are you hoping to achieve by briefly displaying a document that the user cannot interact with?
|
#3
|
||||
|
||||
![]()
So why not use
Code:
Application.ScreenRefresh MsgBox "Reformatted", vbOKOnly
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
#4
|
||||
|
||||
![]()
Cross-posted at: MS Answers - How to Sleep in Word VBA macro and Briefly Display a Document Window
For cross-posting etiquette, please read: http://www.excelguru.ca/content.php?184
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
![]() |
Tags |
sleep, vba editor |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Drop-down Macro to show different display / value | Grif 2200 | Word | 1 | 09-13-2019 01:34 PM |
Pause a video | ako | PowerPoint | 3 | 08-30-2019 06:57 AM |
Pause tasks automatically | schmil | Project | 0 | 05-16-2017 10:01 AM |
Pause / restart a background MP3 ? | Clark711 | PowerPoint | 3 | 07-29-2013 10:04 AM |
Macro to display help text | rusteinberg | Word VBA | 0 | 04-03-2013 09:55 AM |