ok in the update for the combo box I've got:
Private Sub Combo4_AfterUpdate()
Dim MyRange As String
MyRange = Combo4.Text
MsgBox "" + strPathAndFile + MyRange
'DoCmd.TransferSpreadsheet acImport, , "importtable", strPathAndFile, True, "MyRange"
which outputs the range as text, that's fine for...