Is there a way of programming a macro to save sheet with multiple cell values?

I have this set up so far:

Public Sub SAVEPADPILOTFILE()
ActiveWorkbook.SaveAs Filename:="C:\DLStoPadPilot\" & Range("C1").Value
End Sub
If possible, I only want save the selected sheet and to include C2 and D2 in the saved file name.