Hi forum!
Trying to copy the active sheet to the workbook chosen by the user - but having trouble with how to define the new workbook.
Sub ssss()
Dim myfile As Variant
Application.DisplayAlerts = False
Application.CopyObjectsWithCells = False
ActiveSheet.Copy
With...