Cette page affiche de façon dynamique les 5 dernières mises à jour proposées par plusieurs sites web consacrés à excel, en anglais (la majorité !) et en français. L'ordre des sites est aléatoire. Cette page est remise à jour toutes les heures.
Vous pouvez proposer un flux RSS à ajouter à cette page ou afficher celui d'excelabo sur votre site.




This page links to the 5 more recent news published on some excel-dedicated web sites, in english or in french. The order is randomized and this page is updated every hour.
Feel free to suggest an excel-RSS feed or add excelabo's feed on your site.

  • Sites en Français :

  • English sites :


    • Contextures -- Excel Tips Instructions and sample files for Excel techniques, including data validation, pivot tables, and filters. Modifié le: 06/11/08


    • Andrew's Excel Tips Modifié le: 21/11/08
      • Bring Back Those Old Style Menus publié le 25/10
        When Excel 2007 came out, the old style menus were replaced with the Ribbon. Actually no, this isn't what really happened.The right click menus are still there (always have been) and the menus and to...
      • Checklist Maker publié le 28/09
        This is a file I thought might come in useful at work. Here it is when you open it. After entering a suitable title in cell D2, start to enter items starting from (and including) cell D4 downwards....
      • Quick Filter Updated publié le 06/09
        Quick Filter has new some new buttons. If you have used it before, you would remember that you could jump from item to item by double clicking the list below. By this, I mean that if you had the s...
      • File History 2 publié le 24/08
        I have added a feature to my File History add-in which allows you to bookmark files and folders. On both the Recent Files and Recent Folders menu, you will see new "add" buttons as below (Add Active W...
      • Do The Numbers Shuffle publié le 05/08
        Haven't made a game for a while so had a little fun with this. Just select buttons to move the squares in the direction you want. Get all the numbers in order and the game is finished. Here is the...


    • The J-Walk Blog Stuff that may or may not interest you Modifié le: 21/11/08
      • Economic Crisis Explained publié le 21/11
        Daniel Henninger, former Pulitzer Prize finalist, tells us why the economy is tanking: Mad Max and the Meltdown. This year we celebrate the desacralized "holidays" amid what is for many ...
      • House Chaplin News publié le 21/11
        One more reason why the U.S. government doesn't need religious people on their payroll: Did House chaplain once hide clergy sex crimes? Roll Call revealed Wednesday that the Catholic priest who ...
      • Philosophy 101 publié le 21/11
        Bisbonian sent me this link: Four philosophical questions to make your brain hurt.To keep brain injuries to a minimum, I'll post one question per day for four days. Here's the first one:1. SHOULD ...
      • Severed Head On Dry Ice publié le 20/11
        I didn't know this. Apparently, Bush collects severed heads: Bush and the head of Al-Zawahiri. Comments | Posted in General...
      • Goodbye Ted Stevens publié le 20/11
        What happens when a U.S. senator betrays the trust of the American people and turns out to be a lying cheat? Senate Throws Good-Bye Party For Ted Stevens, Gives Convicted Felon A Standing Ovation. ...

    • Excel Formulas Modifié le: 19/11/08

    • AJP Excel Information Charting and VBA examples. Modifié le: 06/09/08

    • Warning: MagpieRSS: Failed to fetch http://www.pdbook.com/index.php/excel/rss_2.0/ (HTTP Response: HTTP/1.1 404 Not Found ) in /home/misange/domains/excelabo.net/public_html/rss/magpierss/rss_fetch.inc on line 238
      Erreur : le fil RSS http://www.pdbook.com/index.php/excel/rss_2.0/ n'a pas pu être obtenu dans les temps.
    • Excel Add-Ins Modifié le: 19/11/08

    • Daily Dose of Excel Daily posts of Excel tips...and other stuff Modifié le: 21/11/08
      • Add-ins in Excel 2007 publié le 21/11/08
        Recently, someone asked me if there was a better way to manage add-ins in Excel 2007. Specifically, he wants something better than Office Menu - Excel Options - Addins - (wait) - Go. Here's a recent...
      • XML and Excel publié le 20/11/08
        Hi everyone, I have had a Dutch article on XML and Excel on my site for quite some time now, but never got round to translating the thing into English. Well, yesterday I found a bit of time during a l...
      • Creating Classes from Access Tables publié le 16/11/08
        As I mentioned earlier, I want to develop a framework generating app to create some of the code necessary to read and write to and from an Access database. This is iteration 1 of about 100. Start wit...
      • Lessons in SQL publié le 14/11/08
        Here's some code I have to generate a SQL statement Public Function BuildRepSQL(ByRef clsRepLine As CRepLine, eType As aiDBStatus) As String       Dim sReturn As String  ...
      • Table Tools in Excel 2007 publié le 14/11/08
        Hi all This week I create a small Add-in to add a few options to the contextual Table Tools tab. This is a start and love to have feedback what you miss or like to see in a add-in like this. This are ...

    • Automate Excel Hundreds of Excel Tips & Tricks Modifié le: 05/11/08
      • VBA Routine to Sort Sheets publié le 05/11/08
        The following routine will sort the sheets in a workbook alphabetically. The flag ?Sort_Mode_Descending? can be switched between descending and ascending as required. The routine is case INSENSITIVE. ...
      • VBA Routine to return Column Letter of Cell publié le 04/11/08
        The standard Excel ?Column? Function returns the number rather than the letter of the column e.g: Column(E4) ? returns the number 5 rather than the letter E Column(AD12) returns the number 30 rather t...
      • VBA: Extract Number From String publié le 03/11/08
        The following function will extract the numerical portion from a string: Function Extract_Number_from_Text(Phrase As String) As Double Dim Length_of_String As Integer Dim Current_Pos As Integer Dim Te...
      • Find the nth Word in a String publié le 31/10/08
        The following function will find the nth word in a string: Function Find_nth_word(Phrase As String, n As Integer) As String Dim Current_Pos As Long Dim Length_of_String As Integer Dim Current_Word_No ...
      • Adding and Naming Sheets to Excel Workbook publié le 28/10/08
        The following code works opening a workbook. It automatically adds a new sheet and labels it with the date. It also checks to see that the sheet doesn?t already exist ? to allow for the possibility of...

    • Colo's Excel Junk Room Modifié le: 21/07/06

    • Peltier Technical Services Web Site of Microsoft Excel MVP and Charting Guru Jon Peltier Modifié le: 21/04/08
      • Tertiary Axes
        I once had a page on this site that showed how to generate additional axes in a chart. With the technique you could go beyond primary and secondary axes, to tertiary and quaternary axes, and even more...
      • Introducing the PTS Blog
        I have started a blog so I can show off some of the projects I have worked on, share some Excel and Charting tips and techniques, show how to make some tricky charts that people ask about in forums an...
      • Interactive Parallel Coordinates Chart
        A parallel coordinates chart, or profile plot, is a useful way to compare several sets of observations of a combination of different factors. The entire population, or at least a broad set of data, is...
      • Waterfall Charts and Utility - Updated Utility (Jan 2008)
        Waterfall charts are a special type of floating column charts. A typical waterfall chart shows how an initial value is increased and decreased by a series of intermediate values, leading to a final va...