Anyone have a bit of code that I can use to force a screen refresh using VBA in Excel 97.
I know of the ScreenUpdating = true property, but I think I am looking more for a ScreenUpating = NOW property.
I ran accross a reference to a ScreenRefresh method in "Excel 2002 VBA" by Wrox Prex, but they just hint at it and never give an example or actual setup for it. I can't find it in the application model for 2002 or 97.
ScreenUpdating works to show commands as they happen. I want to refresh the screen -after- all the fun stuff has happened. Kind of like sending a wakeup call to the system to show the current status at that point in time.




Reply With Quote