I am importing a CSV file into an Excel 2010 spreadsheet using something like this:
Set wb = Workbooks.Open(Filename:=myFile, ReadOnly:=True, Notify:=False) Se
Use:
Set wb = Workbooks.OpenText
with appropriate parameters to define the revision number field as String. See:
Documentation