I am trying to use the Workbooks.Open Method within Microsoft Excel VBA 2010 and I am receiving a Compile error stating that it is expecting "=". Have I mistyped the code?
Workbooks.Open ( _
Filename:= FromBook, _
UpdateLinks:= xlUpdateLinksNever, _
ReadOnly:= False, _
Format:= 5, _
Password:= "", _
WriteResPassword:= "", _
IgnoreReadOnlyRecommended:= "", _
Origin:= "", _
Delimiter:= "", _
Editable:= "", _
Notify:= "", _
Converter:= "", _
AddToMru:= "", _
Local:= "", _
CorruptLoad:= xlNormalLoad)