Consulting

Results 1 to 2 of 2

Thread: screen updating

  1. #1

    screen updating

    is there a way of stopping the screen going mad when excel performs functions on different pages? stop screen cycling....

  2. #2
    Distinguished Lord of VBAX VBAX Grand Master Bob Phillips's Avatar
    Joined
    Apr 2005
    Posts
    25,453
    Location
    [vba]
    Application.Screenupdating = False

    ... your code

    Application.Screenupdating = True
    [/vba]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •