That because your using Option Strict On, which is a good thing.
VB Code:
  1. 'Try...
  2. Messagebox.Show(CType(oSht.Cells(1, 1), String))