Tag Archives: excel vba macro

Check If Excel Workbook is Already Open or Not

In my case, I work a lot with transferring data from current Excel Workbook to another Excel Workbook, and to be able to do that, of course I need to make sure whether the destination Workbook is already open or … Continue reading

Posted in Cells and Range | Tagged , | 11 Comments

How To Find Row Position of a Particular Text

Sometimes in Excel, we need to find the row position of a particular text, maybe to be able to paste certain of data right below the corresponding text or else. Very useful if we have an Excel Worksheet Template that … Continue reading

Posted in Cells and Range | Tagged , , , , , , , , , , , , , | 14 Comments