I have a workbook and I need to loop all rows in a closed workbook.
What is the correct way to write the macro?
I have a UserForm where I select the workbook, so I know the path to it.
It is the first sheet I need to read. (unknown sheetname, not Sheet1)
And the columns I have to read is A and B until the first empty row.
Links for tutorials for this, or anything else would help me since I'm new to VBA.
Thanks for any help with this.
Bookmarks