+ Reply to Thread
Results 1 to 4 of 4

Excel 2016 VBA Statusbar display does not work

  1. #1
    Registered User
    Join Date
    06-27-2016
    Location
    London
    MS-Off Ver
    2010
    Posts
    2

    Post Excel 2016 VBA Statusbar display does not work

    Hi all,

    I have a file which loops through a number of files and performs an action on them.

    The shortened vba is as follows:


    For each cl in rng

    workbooks.open (cl.value)
    Application.StatusBar = "Updating " & cl.value

    For each clUpdate in rngUpdate

    wbMaster.Worksheets(ws.Name).Range(clSt.Address, clEnd.Address).Formula = ws.Range(clSt, clEnd).Formula

    next cl

    next cl


    This issue i have is that application.status bar line works in excel 2016 but does not work in excel 2016.

    In addition the green title bar at the top of the screen flickers.

    Note that at the start of the code I have the following

    Application.ScreenUpdating = False
    Application.EnableEvents = False
    Application.Calculation = xlCalculationManual


    Any tips on how to deal with these issues would be very much appreciated.

    Thanks in advance

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Excel 2016 VBA Statusbar display does not work

    Please take a few minutes to read the Forum Rules, and then edit your post to wrap your code with CODE tags.

    Thanks.
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Excel 2016 VBA Statusbar display does not work

    Also ...

    application.status bar line works in excel 2016 but does not work in excel 2016.
    ???

  4. #4
    Forum Guru xlnitwit's Avatar
    Join Date
    06-27-2016
    Location
    London
    MS-Off Ver
    Windows: 2010; Mac: 16.13 (O365)
    Posts
    7,085

    Re: Excel 2016 VBA Statusbar display does not work

    Windows and Mac perhaps?
    Don
    Please remember to mark your thread 'Solved' when appropriate.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 23
    Last Post: 01-03-2022, 10:45 AM
  2. Problem with worksheet display and userforms in Excel 2016
    By ersmith in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 12-07-2016, 12:20 PM
  3. Code doesn't work after Excel 2016 update
    By jpokorny in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 07-19-2016, 09:58 AM
  4. Replies: 9
    Last Post: 06-02-2016, 03:19 PM
  5. Why won't Excel 2016 display my custom ribbon?
    By rkjudy in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-05-2015, 04:20 PM
  6. Display progress in Application.StatusBar
    By Warbe in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-11-2015, 10:11 PM
  7. Excel 2013 Application.Statusbar not working
    By anrichards22 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-14-2015, 09:25 AM

Tags for this Thread

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1