Results 1 to 9 of 9

Macro to Place chart in specified Range

Threaded View

  1. #1
    Forum Contributor
    Join Date
    07-17-2012
    Location
    India
    MS-Off Ver
    Excel 2016
    Posts
    715

    Macro to Place chart in specified Range

    Hi All,

    Charts.Add
        ActiveChart.SetSourceData Source:=Sheets("OM Error Trend").Range("K7")
        ActiveChart.Location Where:=""
    Every time I execute the code it creates the chart but in new sheet. I want to place it in same sheet in L1 and below range.

    FYI, My first code "Sheets("OM Error Trend").Range("K7")" is located near pivot so it picks the graph from there.

    Help needed.

    Regards
    Shiva
    Last edited by shiva_reshs; 09-17-2012 at 07:09 AM. Reason: Solved

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