Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
(Excel v X for Mac)
I'm writing a simple vba program for creating various charts. I woul like to be able to delete the data used (and keep the charts). Is i possible to do this in vba? I know how to do it manually; clicking on chart series, then the formula bar and pressing f9. (The problem ma not be worth solving, as I suppose the raw data has to be stored b Excel in the workbook anyway, so this may not save any/much space) Anyway I would be grateful if anyone could let me know how this can b done. Thanks Davi -- Message posted from http://www.ExcelForum.com |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Jon Peltier has instructions for a few methods of delinking chart data,
including the one you described. I assume they'll work on a Mac: http://www.geocities.com/jonpeltier/...ChartData.html daithimcc wrote: (Excel v X for Mac) I'm writing a simple vba program for creating various charts. I would like to be able to delete the data used (and keep the charts). Is it possible to do this in vba? I know how to do it manually; clicking on a chart series, then the formula bar and pressing f9. (The problem may not be worth solving, as I suppose the raw data has to be stored by Excel in the workbook anyway, so this may not save any/much space). Anyway I would be grateful if anyone could let me know how this can be done. Thanks -- Debra Dalgleish Excel FAQ, Tips & Book List http://www.contextures.com/tiptech.html |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thank you Debra. That did it perfectly (and very simply!
-- Message posted from http://www.ExcelForum.com |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Change Source Data in Chart | Charts and Charting in Excel | |||
Change source data of a pivot chart | Charts and Charting in Excel | |||
Edit Chart to Change Source Data | Charts and Charting in Excel | |||
Using a named range as a data source for a chart | Charts and Charting in Excel | |||
Change source data in a pivot chart | Charts and Charting in Excel |