XL: How to Create a Chart with Discontiguous RangesLast reviewed: February 3, 1998Article ID: Q146058 |
The information in this article applies to:
SUMMARYWhen you record a macro to create a chart using discontiguous ranges, the source address of cells used to create the chart is fixed by Microsoft Excel. This article contains a sample Microsoft Visual Basic for Applications macro (Sub procedure) that you can use to create a chart when the ranges containing the data to be used in your chart are discontiguous.
MORE INFORMATIONMicrosoft provides programming examples for illustration only, without warranty either expressed or implied, including, but not limited to, the implied warranties of merchantability and/or fitness for a particular purpose. This article assumes that you are familiar with the programming language being demonstrated and the tools used to create and debug procedures. Microsoft support engineers can help explain the functionality of a particular procedure, but they will not modify these examples to provide added functionality or construct procedures to meet your specific needs. If you have limited programming experience, you may want to contact the Microsoft fee-based consulting line at (800) 936-5200. For more information about the support options available from Microsoft, please see the following page on the World Wide Web:
http://www.microsoft.com/support/supportnet/refguide/default.aspFollow these steps to create the sample macro:
REFERENCES
Microsoft Excel 97For more information about the ChartWizard Method, do the following:
Microsoft Excel Version 7.0For more information about the ChartWizard Method, on the Help menu, click "Microsoft Excel Help Topics," click the Index Tab, and then type:
ChartWizard Method Microsoft Excel Version 5.0For more information about the ChartWizard Method, on the Help menu, click Contents, click Programming with Visual Basic, click the search button, and then type:
ChartWizard Method In Microsoft Excel 5.0 for the MacintoshFor more information about the ChartWizard Method, click the Balloon Help icon, click Microsoft Excel Help, click Programming with Visual Basic, click the search button, and then type:
ChartWizard Method |
Additional query words: 5.00 7.00 8.00 XL98 XL97 XL7 XL5
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |