Article ID: 146055 - Last Review: October 11, 2006 - Revision: 2.3 Using Visual Basic to Create a Chart Using a Dynamic RangeThis article was previously published under Q146055 On This PageSUMMARY
When you record a macro to create a chart, 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 that you can use to
create a chart when the source address containing the data to be used in
the chart may vary.
MORE INFORMATIONMicrosoft provides programming examples for illustration only, without warranty either expressed or implied. This includes, but is not limited to, the implied warranties of merchantability or fitness for a particular purpose. This article assumes that you are familiar with the programming language that is being demonstrated and with the tools that are used to create and to 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 requirements.
Follow these steps to create the sample macro:
REFERENCESMicrosoft Excel 97For more information about the ChartWizard Method, from the Visual Basic Editor, click the Office Assistant, type chartwizard, click Search, and then click to view "ChartWizard Method."NOTE: If the Assistant is hidden, click the Office Assistant button on the Standard toolbar. If the Assistant is not able to answer your query, please see the following article in the Microsoft Knowledge Base: 176476
(http://support.microsoft.com/kb/176476/EN-US/
)
OFF: Office Assistant Not Answering Visual Basic Questions
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
APPLIES TO
| Article Translations
|

Back to the top
