+ Reply to Thread
Results 1 to 2 of 2

Please HELP me with changing chart values from a Macro.

  1. #1
    Registered User
    Join Date
    07-05-2006
    Posts
    16

    I'm Getting an Error when changing chart values with a Macro

    What is wrong with this string of code?

    Workbooks("HQ Graphs.xls").Sheets("Duration").ChartObjects("Chart " & intKey).SeriesCollection(1).XValues = Workbooks("HQ Graphs.xls").Worksheets("Voice").Range(Workbooks("HQ Graphs.xls").Sheets("Duration").Cells(4, intColumn - intTrend), Workbooks("HQ Graphs.xls").Sheets("Duration").Cells(4, intColumn))


    Where:
    intKey = 5
    intColumn = 17
    intTrend = 11

    I've check and all of Workbook, Worksheet and Chart references and they exist. I get "Application Defined or Object Defined Error," unless I drop the cell reference in the Range (which I can't do long term as I need that level of dynamism in order for the macro to work). When I use Range("G4:Q4") instead I get "Object does not support this property or method".

    Can anyone help?
    Last edited by thedryden; 03-21-2007 at 10:55 PM.

  2. #2
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    Please read forum rules below and amend your post

    VBA Noob
    _________________________________________


    Credo Elvem ipsum etian vivere
    _________________________________________
    A message for cross posters

    Please remember to wrap code.

    Forum Rules

    Please add to your signature if you found this link helpful. Excel links !!!

+ 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