I'm trying to save a workbook as a different name, where the name of the workbook is the value of a form textbox.
Here's the code that I've pieced together, but I'm getting an "Expected = " error on the line in red font.
Private Sub cmd_Submit_Click()
Dim ws2, ws3 As Worksheet
Dim CS As...