Excel VBA Introduction Part 40 - Disabling Screen Updates

Поделиться
HTML-код
  • Опубликовано: 15 окт 2024
  • If you'd like to help fund Wise Owl's conversion of tea and biscuits into quality training videos you can click this link www.wiseowl.co... to make a donation. Thanks for watching!
    You can buy our Introduction to Excel VBA book here www.lulu.com/s...
    By Andrew Gould
    www.wiseowl.co.uk - You can give your VBA code a quick performance boost by simply disabling screen updates while your code runs. This video explains how to achieve that, as well as how to create a basic timer system to test the results.
    You can download the example file for this video here:
    www.wiseowl.co...
    Visit www.wiseowl.co.uk for more online training resources in Microsoft Excel, SQL Server, Reporting Services, Analysis Services, Integration Services, ASP.NET, C#, Visual Basic, Microsoft Access, Microsoft PowerPoint, Microsoft Word, Microsoft Project, Microsoft Publisher, Microsoft Visio and more

Комментарии • 13

  • @Gk2810_
    @Gk2810_ 8 лет назад

    i know screen updating = false since a year thanks to you ... but i love "time taken" hack . thank you sir ... very informative ....

  • @imranbhatti8580
    @imranbhatti8580 8 лет назад

    I used to think about this piece of code in excel vba "Screen updating=false or true ,,what was it....but after watching this video my concept is cleared ...Thanks wise owl

  • @divyal5852
    @divyal5852 8 лет назад

    This is one of my favourites! Thank you very much Andrew!

  • @kumkumsaini5590
    @kumkumsaini5590 7 месяцев назад

    Fantastic video ever, There is no second module available in file with data to download please share it.

  • @peterhontaru5537
    @peterhontaru5537 5 лет назад

    Fantastic video as always - thank you!

  • @ElonMuchen3737
    @ElonMuchen3737 8 лет назад

    Andrew, thanks for sharing your knowledge. You are a great teacher!
    I have a question. Is there someway to put a kind of timer to start a sequence of codes after a specific time? Sorry for my English.

  • @janezklun
    @janezklun 9 лет назад +2

    great video, thank you for sharing

  • @DennisYeadon
    @DennisYeadon 6 лет назад

    Andrew, you have created an excellent series of videos. Thank you so much. I have just one question at this time. Where may I find the movies workbook? Again, thank you for all your help as I learn VBA.

  • @AubreyGreenJr
    @AubreyGreenJr 9 лет назад

    If you add a screenupdating = true at the end then you would not have to end the macro to see the result. Or did you have to leave it to see the time? Ohterwise, nice tutorial...

  • @danielmwippel
    @danielmwippel 2 года назад

    If I don't turn screen update on again at the end of the sub routine will it be enabled automatically?

    • @WiseOwlTutorials
      @WiseOwlTutorials  2 года назад +1

      Hi Daniel, Microsoft's recommendation is to switch it back on docs.microsoft.com/en-us/office/vba/api/excel.application.screenupdating#remarks

  • @Ronnet
    @Ronnet 8 лет назад

    Great video! But the link in the description doesnt work

    • @Ronnet
      @Ronnet 8 лет назад

      ***** Thank you for the quick response and the file! And of course a much bigger thanks for all these very well made videos. They're the best videos I've found on RUclips about VBA by a mile!