Excel Add
Excel Add
Manipulating Points
on Charts (MPOC)
by Diego Oppenheimer, on November 2, 2009 | 0 Comments | 4
Overview
In Excel 2007, the ability to directly resize or reposition points
on the chart was deprecated. This feature was sometimes
referred to as Graphical Goal Seek. For example, in Excel
2003 a user could click on a data point in a column chart
twice which would surface handles that could be used to
resize the columns. Over the last couple of years we have
received a lot of feedback from customers indicating that this
was a valuable feature for some scenarios. However, we were
not able to react in time to roll this feature back into Excel
2010 but we are evaluating how to bring this back as a native
feature in a future release. In an effort to restore this lost
functionality, we have developed a sample Add-In that can be
used in both Excel 2007 and Excel 2010.
In this blog post, I will provide the Sample Add-In for download
and illustrate how to use this Add-In for manipulating points
on your chart.
The sample add-in with RibbonX and VBA code is here.
Using the MPOC Add-In
Before trying out the following scenario, please install
the Add-In as described in the provided documentation
(attached at the bottom of this post).
In this section we will run through a fictional scenario about
how you can use the Add-In to manipulate points on your
chart. Tailspin Toys is in the process of developing a new toy
airplane and are conducting various experiments before they
settle on the final design. We will be looking at one such
experiment where the company is studying the impact of
In the next steps, we will see how MPOC Add-In can be used
for this purpose:
IMPORTANT: Please back-up your file before using the
MPOC Add-In. The undo functionality in Excel will NOT work
since this Add-In is written entirely using VBA. Also, this is a
sample Add-In, so please exercise caution before using it on
important data.
1. We will start by selecting the point on the chart that we
want to manipulate
2.
3.
4.
5.
2.
Expanded Form