Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Lotus Window Off

Status
Not open for further replies.

d23

Petroleum
Dec 8, 2002
297
All:

Lotus had a macro function named "window off." Is there a VBA code that does something like that? I'm am trying to freeze the window while a long macro runs. From memory the Lotus command(s) were:

{windowoff}
{windowon}

Thanks in advance
 
Replies continue below

Recommended for you

Yes, you can use
Application.ScreenUpdating = False to disable and
Application.ScreenUpdating = True to re-enable.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor