Why am I getting a syntax error? Calling from a userform button. Thanks
Private Sub CommandButton1_Click()
Dim modname As String
Dim twb As String
strfiletoopen = Application.GetOpenFilename _
(Title:="Please choose a file to open", _
FileFilter:="Excel Files *.xls* (*.xls*),")...