So I have tried a few placement issues and I cant seem to figure out why this works in some of my macros but not my current one? Any pointers?
Private Sub CommandButton1_Click()
Dim filelocation1 As String
Dim wbO As Workbook
Dim wsO as Worksheet
filelocation1 = "C:\Users\Ashleysaurus\Desktop\doug" & "\" & Now() & ".xls"
Set wbO = Workbooks.Add
With wbO
Set wsO = wbO.Sheets("Sheet1")
wbO.SaveAs Filename:=filelocation1, FileFormat:=56