help editing line of macro for drawings

Hi,

I am using a macro I downloaded, however I need to change the name it is saved as.

I am fairly new to macros and I am very eager to learn, I think this is the line I need to edit

"swModel.Extension.SaveAs OUTPUT_FOLDER + swModel.GetTitle() + "_" + confName + ".slddrw", swSaveAsVersion_e.swSaveAsCurrentVersion, swSaveAsOptions_e.swSaveAsOptions_Copy, Nothing, 0, 0"

I would like the macro to save the drawings as the config name only.

SolidworksApi macros