Closed Thread
Results 1 to 2 of 2

Chart does not update

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    06-11-2009
    Location
    Cape Town
    MS-Off Ver
    Microsoft 365
    Posts
    858

    Chart does not update

    I am using MsgBox to ask the user if data input that links to a chart must be cleared. If the user selects "Yes", data is cleared but the chart displays as if the data was not deleted. The chart only updates once all the input has been entered. How can I update the chart as soon as the user selects "Yes" ?

    Answer = MsgBox(Prompt:="Clear previous input", Buttons:=vbYesNo + vbQuestion, Title:="Warehouse Input")
        If Answer = vbYes Then
            Range("WarehouseInput").ClearContents
        End If
    Thanks in advance

  2. #2
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS 365 Family 64-bit 2502
    Posts
    26,987

    Re: Chart does not update

    Welcome to the Forum, unfortunately:

    This is a duplicate post and as such does not comply with Rule 5 of our forum rules. This thread will now be closed, you may continue in your other thread.

    Thread Closed.
    Jeff
    | | |·| |·| |·| |·| | |:| | |·| |·|
    Read the rules
    Use code tags to [code]enclose your code![/code]

Closed Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Update all chart x axis in workbook according to a specific "master chart" VBA query
    By synchrotron in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-29-2015, 06:00 AM
  2. Transfer/update columns from 1 sheet to another + update chart & data selection
    By Julien355 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 04-29-2015, 11:54 PM
  3. Update Chart Title using slicer to filter chart
    By redil855 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-22-2014, 10:18 AM
  4. Auo-update chart?
    By JonathanB2 in forum Excel Charting & Pivots
    Replies: 6
    Last Post: 11-01-2013, 08:51 AM
  5. Chart not updated until chart sheet opened following source data update
    By untilyesterday in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 09-24-2013, 12:27 PM
  6. Chart Update
    By _darkness in forum Excel Charting & Pivots
    Replies: 14
    Last Post: 11-03-2008, 09:14 AM
  7. Do not update chart
    By Prixton in forum Excel General
    Replies: 2
    Last Post: 09-22-2005, 03:05 PM

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