Tag Archives: vba tutorial

Get Position of Last Column Containing Data with Excel VBA

If you read my latest update on how we can get position of last row containing data, then most probably you already have a glimpse on how we perform the same task with last column containing data in Excel. The … Continue reading

Posted in Cells and Range | Tagged , , , , , , , , | 1,216 Comments

Excel VBA Looping Tutorial

Do while … loop, do until … loop, do … loop while, do … loop until, and while … wend are the format of looping that we can use in Excel VBA. The main reason why we need to perform … Continue reading

Posted in Excel Tutorial | Tagged , , , , , , , , , | 1,942 Comments