Displaying posts tagged with

“Excel”

Enable Excel 2010 Developer Tab

I love developing functions, controls and business apps with Excel. I think Excel is one of the most revolutionary products for business in the last 30 years. So I am always using the developer tab. I skipped Excel/Office 2003 and in Excel/Office 2007 & 2010 you have to enable the developer tab.

I upgraded recently to Office 2010 and need to create a button in Excel and behold MS moved the developer check box. I almost cried (ok not really)…

A little bit of a search and you can find the instructions here (also tells you how to enable on Office 2010/2007) or just use my walk through.

  • Share/Bookmark
  • Share/Bookmark

2010 Football Spreadsheet for the NFL Season

Update: We’ve reduced the price for the Excel spread sheets from $5 for 10, $10 for 20 and  $20 for 40 to $1 for 10, $5 for 20 and $10 for 40. Click here to purchase from PayPal.

ExcelIconSo, it is finally time to put the 2010 Football spreadsheet out there…. After 5 months of concept, design, build and testing it is finally available for purchase! The 2010 Excel Spreadsheet for the NFL season is a low cost way to have fun with friends and colleagues. There are three versions available; a ten (10) player sheet for small groups or families, a twenty (20) player which is perfect for an extended family or group of friends, and a forty (40) player sheet which would be great for larger groups or families.

  • Share/Bookmark
  • Share/Bookmark

2010 NFL Spreadsheet: Coming Soon

Microsoft Excel - 2010NFLspreedsheet(v2.0-RC1-2)  [Compatibility Mode]Update: You can now see and purchase the 2010 NFL spreadsheet here.

As an update, I have been swamped over the last few weeks with my real job and that slowed down my testing of the 2010 NFL spreadsheet to a crawl (actually a dead stop). With the help of a new volunteer (thanks George), it looks like I am close to finishing the spreadsheet. So hopefully in the next week or so, it will be ready for purchase.

  • Share/Bookmark
  • Share/Bookmark

2010 NFL Spread Sheet: In Beta

Microsoft Excel - 2010NFLspreedsheet(v1.1-beta)  [Compatibility Mode]

Update: You can now see and purchase the 2010 NFL spreadsheet here.

Last year I released an Excel spread sheet for the 2009 NFL season. It was downloaded 1013 times from September 2009 thru June 2010 (900 during the season). After releasing it I received a few requests to modify the spread sheet. So this year, I will release two version: 10 player and 20-40 player version (not finished yet). I will release the 2010 version around July after I finish testing it, writing up some documentation and making a screencast to teach users how to run the spread sheet. The spread sheet is to try and raise funds for a food pantry and maybe another charity (ASPCA?).

  • Share/Bookmark
  • Share/Bookmark

Programmatically Copy Excel Range with VB.NET

This is part II of what I’ve done to an Excel spread sheet programmatically…

A few weeks ago I posted how to hide and unhide Excel rows with VB.NET, so now lets help the user by creating a button and having it copy the range of information to be pasted in another document (email, Word, ect..).

This is a really short post because the code is so simple.

First, make a button on the excel page.

Second, use this code to copy a range.

Code Snippet
  1. Private Sub copyButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles copyButton.Click
  • Share/Bookmark
  • Share/Bookmark