The following code shows a syntax error. A compile error expecting an "=". Can't understand what the error is. Please help.
Creating a macro to open multiple password protected workbooks.
Workbooks.Open(Filename:=myPath & myFile & myExtension, Password:=pw)
A compile error expecting an "=". Can't understand what the error is. Please help.