Hi all,
I have a looping code to open workbooks and copy then paste data to another workbook. Each workbook I open has a password. They are all the same password, how do I get it to enter automatically?
Here is my code so far
Sub OpenAndClearContentsInColumnAA()
Dim strF As String...