Evans Thompson's Library tagged → View Popular
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.
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.
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.
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
Selected Tags
Related Tags
Sponsored Links
Top Contributors
Groups interested in excel
-
CC_spreadsheets
Resources utilized in Compu...
Items: 5 | Visits: 57
Created by: Chris Wherley
-
Excel
Resources for Excel and spr...
Items: 12 | Visits: 243
Created by: drew polly
Diigo is about better ways to research, share and collaborate on information. Learn more »
Join Diigo
