I have the following code for a Save As Dialog Boc
I have set a value to Initialname and I have specified that InitialFileName:=Initialname which then is supposed to set a default Save As name in the dialog box
Initialname = targetSheet.Range("BP37") & "-Imported"
fileSaveName =...