Hi,

You right with the variables ...
With your full path (i.e. including the drive letter) stored in the variable strwkbPath, and
your file name stored in the variable strwkbName, you could use
following intruction :

ActiveWorkbook.SaveAs Filename:=strwkbPath & strwkbName & ".xls"
HTH