+ Reply to Thread
Results 1 to 2 of 2

Userform that displays Charts

  1. #1
    Registered User
    Join Date
    04-22-2009
    Location
    London
    MS-Off Ver
    Excel 2003
    Posts
    94

    Userform that displays Charts

    I have a userform that displays charts from a worksheet, the form has a next and previous option to view each chart, this works fine if all the charts are on the same worksheet. I need to use charts for various worksheets, how can i do this?

    My code is:

    Please Login or Register  to view this content.
    Last edited by PRodgers4284; 10-16-2009 at 09:28 AM.

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

    Re: Userform that displays Charts

    Currently the code uses a single index into a specific sheets chartobject collection.

    You would need to maintain another counter that included the sheets as well.

    Possible a better approach would be to loop through sheets and chartobjects and construct an collection.

    Please Login or Register  to view this content.
    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