+ Reply to Thread
Results 1 to 8 of 8

Unable to Delete Trendline in Excel 2003

  1. #1
    Registered User
    Join Date
    11-09-2010
    Location
    US
    MS-Off Ver
    Excel 2003
    Posts
    7

    Unhappy Unable to Delete Trendline in Excel 2003

    I'm sorry that this is an amateur question, but my trendline won't delete even after I Clear it or press Delete, and it won't allow me to choose None in the Trendline options. I searched for answers on every search engines, but I only found these two suggestions which aren't working. Has anyone had this happen before? Background on the chart... I did Copy another chart that had a trendline and used its formatting for this one, but now they don't want the trendline. Thanks in advance.

  2. #2
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,437

    Re: Unable to Delete Trendline in Excel 2003

    You will have to post workbook in order for use to help.

    If you can select the trend line then you should be able to delete it.
    Cheers
    Andy
    www.andypope.info

  3. #3
    Registered User
    Join Date
    11-09-2010
    Location
    US
    MS-Off Ver
    Excel 2003
    Posts
    7

    Re: Unable to Delete Trendline in Excel 2003

    I have recreated the chart using a copied version of the one I'm having trouble with. Hm, odd... when posting this one, I'm able to delete it. Perhaps the original chart's issue has to do with a protection option?
    Last edited by lengli02; 11-09-2010 at 12:02 PM.

  4. #4
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,437

    Re: Unable to Delete Trendline in Excel 2003

    Can you format the trend line in the bad file?

  5. #5
    Registered User
    Join Date
    11-09-2010
    Location
    US
    MS-Off Ver
    Excel 2003
    Posts
    7

    Re: Unable to Delete Trendline in Excel 2003

    I can do everything to the trend line format except get rid of it. I checked all other tabs with trend lines, and they're all able to be deleted; this one just happens to not want to.

  6. #6
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,437

    Re: Unable to Delete Trendline in Excel 2003

    without seeing the actual problem chart it's impossible to say.

  7. #7
    Registered User
    Join Date
    11-09-2010
    Location
    US
    MS-Off Ver
    Excel 2003
    Posts
    7

    Re: Unable to Delete Trendline in Excel 2003

    Due to the material, I cannot. The best I could do is recreate it using the original, but if that version works, then I don't know. I suppose I'll have to get creative. Thank you anyway, I appreciate it.

  8. #8
    Registered User
    Join Date
    12-10-2010
    Location
    Singapore
    MS-Off Ver
    Excel 2003
    Posts
    8

    Re: Unable to Delete Trendline in Excel 2003

    Hi. I had the same problem, but after reading this page, an idea popped into my head that solved the problem. :D

    I could see the legend for a tendline I made earlier, but couldn't see the actual line itself, therefore couldn't delete it manually. The idea/realisation that came to me was that: Some time after I added the trendline, I changed my chart type. The current chart (X-Y scatter) type didn't support the previous trendline type (logarithmic) which I used in the old chart type (line graph). So I changed back to line graph and hey presto, the actual line appeared for me to delete.

    After that, I thought this macro might work...

    Sub remove_trendline()
    ActiveChart.SeriesCollection(1).Trendlines(1).Select
    Selection.Delete
    End Sub

    Of course you may have to play with the number e.g. write Trendlines(2) or something. I hope one of these solutions works. P.S. I was using Excel 2003.
    Last edited by Mike_XVB; 12-10-2010 at 02:44 AM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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