ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Charts and Charting in Excel (https://www.excelbanter.com/charts-charting-excel/)
-   -   Chart Labeler in Macro (https://www.excelbanter.com/charts-charting-excel/122817-chart-labeler-macro.html)

Andy

Chart Labeler in Macro
 
I noticed that several of you have suggested using the XY Chart Labeler (as
found at http://www.appspro.com/Utilities/ChartLabeler.htm) to solve your
chart-labelling needs. I did this and it worked but I want to record a macro
that uses the plug-in. When I do, nothing shows up in the code.

I was wondering if anyone knew how to circumvent this problem or reference
the plug-in in the VBA Code.

Thanks

Jon Peltier

Chart Labeler in Macro
 
Andy -

You could hack into the code of the add-in, or you could adapt the much
simpler (and less bulletproof) code in this example on the MS web site:

http://support.microsoft.com/default.aspx/kb/213750

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______


"Andy" wrote in message
...
I noticed that several of you have suggested using the XY Chart Labeler (as
found at http://www.appspro.com/Utilities/ChartLabeler.htm) to solve your
chart-labelling needs. I did this and it worked but I want to record a
macro
that uses the plug-in. When I do, nothing shows up in the code.

I was wondering if anyone knew how to circumvent this problem or reference
the plug-in in the VBA Code.

Thanks




ShaneDevenshire

Chart Labeler in Macro
 
Hi Andy,

You can do this without hacking Roy's code:

Create a macro which reads:

Sub RunLabeler()
SendKeys "%TXA"
End Sub

Assign a shortcut key if you want. To use this macro simply select the
chart and run the macro.

Cheers,
Shane Devenshire


"Andy" wrote:

I noticed that several of you have suggested using the XY Chart Labeler (as
found at http://www.appspro.com/Utilities/ChartLabeler.htm) to solve your
chart-labelling needs. I did this and it worked but I want to record a macro
that uses the plug-in. When I do, nothing shows up in the code.

I was wondering if anyone knew how to circumvent this problem or reference
the plug-in in the VBA Code.

Thanks



All times are GMT +1. The time now is 04:47 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com