+ Reply to Thread
Results 1 to 2 of 2

F11 gives runtime error 438

  1. #1
    Registered User
    Join Date
    02-16-2005
    Location
    Oklahoma City
    MS-Off Ver
    Office 365
    Posts
    56

    F11 gives runtime error 438

    Selecting data from a worksheet to include in a chart and then pressing F11 to create the chart is a great feature of Excel. But when I do that, I always get "Run-time error 438: Object doesn't support this property or method." That happens on every computer I use in our network at work.

    When I then click the Debug button, it highlights the following:
    For iP = 1 To ActiveSheet.PivotTables.Count

    Can someone explain what's causing the error and what we can do to eliminate it?

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

    Re: F11 gives runtime error 438

    Sounds like you have VBA code running when you insert a chart sheet.
    The code is expecting a pivot table.

    The code is likely to be in an addin or possibly a template.
    Cheers
    Andy
    www.andypope.info

+ 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