excel

TwitterFacebook
Get flash to fully experience Pearltrees
How do you create a thematic map like the one above for your next presentation if you don’t have a mapping tool? Simple, create it in Excel. Easier said than done, right? Well, not really… http://www.excelcharts.com/blog/how-to-create-thematic-map-excel/

How to create a thematic map in Excel

This article teaches you a few easy ways to write better VB code. Optimize for memory Get rid of dead code Dead code means unnecessary, inoperative code that can be removed. http://www.aivosto.com/vbtips/

039;s Visual Basic Tips

Quick Excel Chart VBA Examples

http://peltiertech.com/Excel/ChartsHowTo/QuickChartVBA.html The use of VBA in Microsoft Excel charting is a topic that would fill a large volume. The examples here are straightforward illustrations of easy techniques to create charts, add and remove series, and move and resize charts using VBA. Outline: Quick Chart VBA Examples VBA Code to Add Chart Objects and Series Add a Chart When you record a macro to add a chart object to a worksheet, Excel comes up with the following code:

10 ways to reference Excel workbooks and sheets using VBA | 10 Things | TechRepublic.com

http://www.techrepublic.com/blog/10things/10-ways-to-reference-excel-workbooks-and-sheets-using-vba/967 Excel offers myriad options for referring to workbooks and sheets in your VBA code. See which methods make sense in which situations. Referencing workbooks and sheets programmatically generates a lot of confusion because there are so many possibilities. No method is superior; they all have their place.