79740331

Date: 2025-08-19 19:31:05
Score: 2
Natty:
Report link
Sub SaveNewWorkbookAs()
    Dim wb As Workbook
    Dim filename As String

    filename = "C:\Temp\MyFile.xlsx"

    Set wb = Workbooks("Book1") ' or ActiveWorkbook
    wb.SaveAs filename:=filename, FileFormat:=xlOpenXMLWorkbook
End Sub

try this does it work?

Reasons:
  • Whitelisted phrase (-1): try this
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: ZephyR