View Full Version : Macro to freeze the screen - possible?


hooi
08-08-2003, 07:22 AM
I'd like to know whether there is a Macro that allows me to temporarily keep the current selected object (say a form) in view as if nothing is being run but behind the scene the form is refreshed (or close/reopened), this is so that I don't want the screen to appear to flash or change too much for the user. Thanks.

namliam
08-11-2003, 05:09 AM
that would be the Echo command your looking for....

Set echo false (in VBA)

You most probably can find your way in a macro...

Regards

The Mailman

hooi
08-11-2003, 06:19 AM
Thanks... namliam The Mailman. :D