Doorgaan naar hoofdcontent

Posts

Posts uit november, 2013 tonen

Excel: Pie Chart With Two Different Pies

In Excel it looked impossible two create a pie chart with two different pies in one chart. And of course I did not want to paste two pies together. By using the type Pie of Pie I managed to do it. Could not yet find an example of this on the internet. Here are the data from A1:D7: Fruit Vegetables Apples 1 Lettuce 7 Pear 2 Cabbage 8 Bananas 3 Spinach 9 Grapes 4 Endive 10 Cherries 5 Carrots 11 Strawberries 6 Sprouts 12 You can download the file  ExcelTwoCircles.zip  through this link: https://drive.google.com/folderview?id=0B7HgkOwFZtdZVmhRQUZFM28yc1U&usp=sharing

Excel: Separated X axis

Very nice graph in a Dutch newspaper (de Trouw) which I remade in Excel. Here are the data from A1:D5 : Liquor Price (%) Liquor Sales (%) tussen 2012 2,4 -4,0 -1,5 2013/1 3,8 -10,4 -1,5 2013/2 3,7 -9,6 -1,5 2013/3 3,8 -8,1 -1,5 Create a Stacked Bar Diagram  based on the range A1:D5 . Set the color of the fourth part to No fill . Add a line graph based on column two. Add labels for this line. Choose Above for the labels. Set the color of the line graph to No color . Create a name label2 : =Blad1!$C$2:$C$5+Blad1!$D$2:$D$5 Add this name to the graph as a line graph. Add labels for this line. Choose Below  for the labels. Set the color of the line graph to No color. Add a another line graph based on column four. Add this line to the Secondary Axis . Change the secondary Y-axis in a way that the horizontal axis crosses at -1,5. Both axes should run from 6 to -14. Remove both Y-

Word: Aanpassen van het lint in Word 2010 via XML en VBA

1.1      Inleiding In de volgende voorbeelden gebruiken we de Office Custom UI Editor en Word template add-ins. We gebruiken deze manier omdat: §    de Custom UI Editor automatisch de vereiste Open Office XML bestandsrelaties maakt §    we dan geen additionele ontwikkelsoftware als Visual Studio nodig hebben §    en we gewoon gebruik kunnen maken van VBA om het lint aan te roepen De Office Custom UI Editor kunne we gratis downloaden via OpenXMLDeveloper.org: Custom UI Editor Het aanpassen van de linten van Word zoals hier getoond, kunnen we toepassen op een los Word sjabloon of via een Word add-in. 1.2      Voorbeeld 1 Het eerste voorbeeld is tamelijk simpel. We gaan hier een losse knop op een tab verbergen. We gaan de knop Macro ’ s op de tab Beeld verbergen. §    Maak een leeg sjabloon dat macro ’ s kan bevatten: voorbeeld1.dotm §    Sluit het document en sluit Word. §    Start de Office Custom UI Editor. §    Open het sjabloon voorbeeld1.dotm. §