Suite101
Post this Blog to facebook Add this Blog to del.icio.us! Digg this Blog furl this Blog Add this Blog to Reddit Add this Blog to Technorati Add this Blog to Newsvine Add this Blog to Windows Live Add this Blog to Yahoo Add this Blog to StumbleUpon Add this Blog to BlinkLists Add this Blog to Spurl Add this Blog to Google Add this Blog to Ask Add this Blog to Squidoo

Jan 11, 2007

Excel VBA fun (again).

I've been playing with VBA again - largely thanks, or because of, my wife (a teacher) - looking at how to hilight cells with a value that might go up or down. Like a grade point average.

The idea is that we can use VBA in Excel to automatically hilight cell values of interest, without having to do it manually. My wife finds it really useful, coupled with being able to conditionally sum cells.

Recently I've covered both, and I have to admit that, from being a programmer, but not an Excel programmer, I've learned an awful lot. So, I'm sharing these experiences as little articles, so that readers of this site can benefit from my experiments.

Read the two articles (first one most recent):

Changing Cell Color Conditionally

Conditional Summing in VBA with Excel

While you're looking into Excel and VBA programming, you might be interested to note that the Computer Programming site at Suite101 also covers general programming topics (loops, functions, procedures, decisions etc.) and language specific topics such as C, C++, BASIC and so on. Just a thought.