Skip to main content

Evans Thompson's Library tagged excel   View Popular

09 Aug 09

SmugSales at SmugTools

It's current release (SmugSales Basic), includes an Excel Spreadsheet that you can paste your sales data into, and a tool to get the Album names from their IDs. Stick the sales data in, stick the Album data in, click Refresh and you get some nice pretty charts out of the end.

www.smugtools.com/...Index.htm - Preview

smugmug photography tools excel

16 Jun 09

Chart Advisor

Ever struggled to find just the right chart for your data? Chart Advisor was created as a concept test to explore new ways Excel users can create graphs quickly and effectively. Based on the data in your spreadsheet, it identifies, ranks, and displays an array of charts most relevant to you so you can make the most out of your presentation.

www.officelabs.com/...default.aspx - Preview

microsoft productivity tools software Excel plugin

24 Jun 08

Excel 2007 Add-in: Get Started Tab for Excel 2007

This add-in adds a Get Started tab to the Microsoft Office Excel 2007 Ribbon. Commands on this tab give you easy access to free content on Office Online that helps you learn Excel 2007 quickly.

www.microsoft.com/...details.aspx - Preview

addin office2007 reference training microsoft excel

04 Aug 07

Print all workbooks in a folder using VBA in Microsoft Excel




  • With the macros below you can print all workbooks in a selected folder.

    You have more control with what is printed than you have if you do this from Windows Explorer.

How To Implement Custom Rounding Procedures

  • How To Implement Custom Rounding Procedures
  • There are a number of different rounding algorithms available in Microsoft
    products. Rounding algorithms range from Arithmetic Rounding in Excel's
    Worksheet Round() function to Banker's Rounding in the CInt(), CLng(), and
    Round() functions in Visual Basic for Applications. This article describes what
    the various Visual Basic for Applications rounding functions do and provides
    samples of using the functions. In addition, the article includes sample
    functions that implement various rounding algorithms.

Excel VBA: Macro Code To Run Macros On Protected Worksheets & Sheets

  • Private Sub Workbook_Open()
    Dim wSheet As Worksheet

    For Each wSheet In Worksheets
    wSheet.Protect Password:="Secret", _
    UserInterFaceOnly:=True

    Next wSheet

    End Sub
1 - 20 of 26 Next ›
Showing 20 items per page

Diigo is about better ways to research, share and collaborate on information. Learn more »

Join Diigo