• Echo Off (xl 2k)

    Author
    Topic
    #360318

    In Access code you set echo off with the DoCmd command so that actions are carried out without having to see it all. Is there some way of doing this in Excel? I can’t find anything.
    Thanks.
    Peter Herworth

    Viewing 0 reply threads
    Author
    Replies
    • #542338

      In VBA you can use Application.ScreenUpdating = False to switch off screen activity, and when you need to show the updated screen use Application.ScreenUpdating = True.

      Or if you wish to supress ssytem messages you can use Ap[plication.DisplayAlerts = False, and reverse similar to above.

      Andrew C

      • #542404

        Andrew
        That did it for me. Thanks a lot.
        I really should have been able to find that for myself. Perhaps this forum makes it too easy for us – but it is a great help.
        Thanks again.
        Peter Herworth

    Viewing 0 reply threads
    Reply To: Echo Off (xl 2k)

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: