Save As Macro - File Naming Structure

I'm working on a macro to make it faster for saving a file in my file naming system/structure.

It's still a work in progress but I'm getting hung up on the syntax of how to compile the values of the user form to the file name.

Here's the file name I'm trying to create.

12345_PTR_36x24_050922

  • Account Number
  • Sign Type (Poster, Banner, etc.)
  • Dimensions
  • Current Date

I'm getting stuck on how to write the code to bring all that information together.

SaveAsForm.txtAccount.Value_SaveAsForm.ComboBox1.Value_SaveAsForm.txtW.ValuexSaveAsForm.txtH.Value_SaveAsForm.CurrentDate.Value

Here's a video explanation.