5 Excel Blogs You May Not Have Known About

There are a lot of Excel blogs out there, so I thought I'd highlight a few. These are blogs I discovered recently and thought someone out there might want to visit and see what they have to say about Excel programming.

1) Microsoft Excel Vba Formulas Tips and Tricks has some useful short code snippets to solve particular problems in Excel using VBA and worksheet formulas. In Protect Range of Rows and Columns in Worksheet with Macro you can grab some sample code that demonstrates how to programmatically lock and protect a worksheet area.

2) On Roy MacLean’s VBA Blog, there are several topics, with Excel VBA being one of them. In Worksheet vs. Custom VBA Functions, he tests out the hypothesis that worksheet functions are slower than custom VBA functions that perform the same task. Doug from NewtonExcelBach has information about this topic as well.

3) Excel Templates presents useful VBA code snippets for Excel. In Using Intersection to Create a Range in Excel VBA, you can learn how to create a Range Object consisting of the intersection of two separate ranges. Plus there is a UEFA Champions League spreadsheet that I'm planning to download and look at.

4) ExcelTips has VBA code samples for routine tasks you may need to perform. In Show a list in Excel with all files in a specific folder, a technique is demonstrated for looping through a folder on the hard drive and making a list of filenames on the worksheet.

5) On Yogesh Gupta's Excel Tips, there is a tutorial series not unlike the one I have here. Here is the Object tutorial which serves as a good introduction to Objects in VBA.

If you know of any other useful Excel blogs that might be underrated, let me know in the comments or send me a message.

Related Articles:

About JP

I'm just an average guy who writes VBA code for a living. This is my personal blog. Excel and Outlook are my thing, with a sprinkle of Access and Word here and there. Follow this space to learn more about VBA. Keep Reading »

Share This Article:

Share and bookmark this articledelicious buttonfacebook buttonlinkedin buttonstumbleupon buttontwitter button

comment bubble 5 Comments:

  1. Yogesh Gupta writes:

    Thanks Jimmy Peña for showing confidence in my blog. It started with my quest to learn excel VBA for macros. It was a self learning process and I started making notes of my learning. Then I though let me put my notes on web by way of blog as others may get some benefit out of it. Thanks once again

  2. Doug Jenkins writes:

    Geoff Ness's Number Cruncher blog has a lot of good Excel and VBA stuff, as well as Python and SAS:

    http://excelicious.wordpress.com/

    Also Andrew Engwirda's blog has a nice variety of Excel tips:

    http://www.andrewsexceltips.net/tips.htm

  3. Cindy writes:

    Thanks for the list Jimmy. Here's another good blog/tutorial. http://www.easyexceltutorial.com/

Mentions:

  1. [...] just had a pingback from Jimmy Peña's blog (thanks, Jimmy). As is the way, I had a quick browse around and saw this post. This points to Jan [...]

Note: Comments are subject to the Blog Comment Policy and may not appear immediately. To post VBA code in your comment, use code tags like this: [vb]your code goes here[/vb]

Add a Comment:

*

Site last updated: February 3, 2012