interactive charts

Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

Forum home » Delegate support and help forum » Microsoft Excel VBA Training and help » Interactive charts

Interactive charts

resolvedResolved · Low Priority · Version 2003

David has attended:
Excel VBA Intro Intermediate course

Interactive charts

Want to understand principle of user choosing chart series lines

RE: interactive charts

Hi David, thanks for the query. You can select a data series on a chart simply by clicking on data record (say, a column on a column chart) the rest of the series will also then be selected and you could then format the entire series as a line. Coding-wise, you can build a macro to do this for you (say, when you are coding the construction of a chart from scratch). Other than that, let us know if this info is enough or whether you need anything more specific.

Hope this helps,

Anthony

 

Training courses

 

Training information:

Welcome. Please choose your application (eg. Excel) and then post your question.

Our Microsoft Qualified trainers will then respond within 24 hours (working days).

Frequently Asked Questions
What does 'Resolved' mean?

Any suggestions, questions or comments? Please post in the Improve the forum thread.


 

Excel tip:

Validating text entries

1. Select the range of cells.
2. From the Data menu, select Validation.
3. Select the Settings tab.
4. From the Allow dropdown list, select Custom.
5. In the Formula box, enter the following formula:

=IsText (A1)

where A1 is the first cell in the range.
6. Click OK.

View all Excel hints and tips


Server loaded in 0.08 secs.