Add data labels in excel for mac

broken image
broken image

' - as default in Xl2007 template file, Sparklines menu will be hidden ' - Assign Ctrl+Alt+F5 & Ctrl+Alt+F6 to display / hide Sparklines menu ' - Piechart : If Val(Application.Version) >= 12, in order to handle properly piecharts in XL2010 (Version = 14) ' - Changed FontSize algorithm in Treemap, to maintain visual hierachy (does not work OK) ' - Added VerticalFlip parameter to LineChart ' - Added Targets to Barchart, possibility to add target value for each bar value ' - Added in StackedChart : If Points.Cells(i).Value = 0 Then TextLabel = '' ' - Corrected call for DrawTarget in BulletChart & RevBulletchart ' - Added control for negative values in BulletChart & RevBulletchart

broken image

' - Modified Boxplot so Points can be entered not only as a Range but also as an Array

broken image

' - Corrected FunctionWizard behavior for some functions (wrong counting of letters in formula) in SpraklinesSheetActions The Office 2010-64 bits version is now at the same stage as the 32 bits version, including GanttChart.