+ Reply to Thread
Results 1 to 2 of 2

Switching columns and rows in select data in chart

Hybrid View

  1. #1
    Registered User
    Join Date
    05-28-2013
    Location
    US
    MS-Off Ver
    Excel 2010
    Posts
    73

    Switching columns and rows in select data in chart

    Need code to switch Rows/Columns or at least set my category as row 1 and my data in A:I.

  2. #2
    Forum Guru JosephP's Avatar
    Join Date
    03-27-2012
    Location
    Ut
    MS-Off Ver
    2003/10
    Posts
    7,328

    Re: Switching columns and rows in select data in chart

    perhaps
        With ActiveChart
          .PlotBy = .PlotBy Mod 2 + 1
       End With
    Josie

    if at first you don't succeed try doing it the way your wife told you to

+ 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