What I’ve been consuming
I'm listening to...Death Cab for Cutie - Narrow StairsMay 2008Random Quote
Hello private callers, IDs blocked
- WilcoThe archive
- September 2011
- August 2011
- July 2011
- March 2011
- February 2011
- January 2011
- November 2010
- October 2010
- September 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- November 2009
- August 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- December 2008
- October 2008
- September 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
Categories
Tags
ABC This Week AWS Christopher Hitchens ColdFusion COM Crime and Punishment Dylan faith fertilizer George F. Will home maintenance hubris Is It My Code Or Is It A Bug Java Linksys WPC54GX4 Linux linux newbie ListQualify Meet the Press Microsoft N.T. Wright Palm PDA PHP podcasts pynchon reading Ron Coulter security Spy Sweeper Stack Overflow Stephen Malkmus Technology the blog VBA Virtual PC vowels W.B. Yeats William Gibson WordPress XML XSL Yahoo Web Hosting yard care Zero History
Tag Archives: Microsoft
more cool Excel formulae
So I have some Excel data that looks like this: Team days RB 3 RBB 6 RBC 9 RA 100 RA 114 RAX 125 and in my Sheet2 worksheet I want to show the averages of the days each team … Continue reading
Export Microsoft Outlook Journal entries to Excel
If you’re a Microsoft Outlook Journal user, save this code into a macro to export journal entries from a select time range into Excel. Updated for Excel 2007. In your macro window, under Tools>References, make sure you check the Microsoft … Continue reading
Cool Excel formula for replacing line breaks
If you copy and paste from another application into Excel, chances are you’ll come across some boxes that create unsightly line breaks in your cells. Use this formula to make those line breaks disappear: =SUBSTITUTE(SUBSTITUTE([celladdress],CHAR(13),” “),CHAR(10),”") where [celladdress] is the … Continue reading
Find and replace for fixed width text in Microsoft Word
If you have rows of fixed-width data (in this case the first 12 characters of each row) and you want to put a tab at the end, put this in your “Find what” box in Microsoft Word: (^13*{12}) and put … Continue reading