News

This tutorial will explain how to find a value in an Excel column using the Find function in VBA.
I have a simple sub procedure in Excel (XP) that returns the total number of characters (Len()) in the selected cell block. Took me a long time to finally figure it out. Now I want to convert it ...
Automating the selection process isn't difficult if you rely on VBA's InputBox in Microsoft Excel.