Exporting custom chart types

rdionne

New Member
Joined
Feb 21, 2002
Messages
47
I've created a custom chart type. I want other users to be able to use this custom type also. How do I place this custom chart type on other people's machines? I'm using VBA to generate the charts.

Thanks
 

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().
Because they interact quite a bit with each other, and the order that you assign the attributes is also important. I tried the VBA route, but it turned out to be a frustrating experience. Too bad there isn't a utility that takes a chart and displays all of the attributes. I guess I can add two hidden worksheets containing the two custom chart types I use to my excel app., and then define the custom chart types from those:

Application.AddChartAutoFormat Chart:=ActiveChart, Name:="Test", _
Description:="Test Chart"
 
Upvote 0
On 2002-05-08 15:08, rdionne wrote:
Because they interact quite a bit with each other, and the order that you assign the attributes is also important. I tried the VBA route, but it turned out to be a frustrating experience. Too bad there isn't a utility that takes a chart and displays all of the attributes. I guess I can add two hidden worksheets containing the two custom chart types I use to my excel app., and then define the custom chart types from those:

Application.AddChartAutoFormat Chart:=ActiveChart, Name:="Test", _
Description:="Test Chart"

Have you considered distributing a Book.xlt file containing the Custom Chart type and have 'em put it in their XLStart folder?
 
Upvote 0
Hmmm that isn't a bad idea. How does one find out where their XLStart folder is. Is an .XLT file a template?
 
Upvote 0
> How does one find out where their XLStart
> folder is.

Use the Windows Find Files or Folders... command

> Is an .XLT file a template?

Yes. See the Excel Help topic for....

"Customize the defaults for a workbook or worksheet by using a template"


BUT... the more I think about it the more I doubt that these defaults are stored in the worksheet. This begs the question, "Then where?" Which currently I don't have the answer to!!!
This message was edited by Mark W. on 2002-05-08 16:19
 
Upvote 0
YEESSS!!! See the Excel Help Index topic for...

"Custom chart types"

...notice (in the fine print)...

"If you have added your own custom chart types, they are in the file Xlusrgal.xls."
 
Upvote 0

Forum statistics

Threads
1,214,516
Messages
6,119,979
Members
448,934
Latest member
audette89

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top