Quote Originally Posted by .paul. View Post
Imports excel = Microsoft.Office.Interop.Excel
...
...
oSheet.Range("A" & CStr(oSheet.Range("A1").End(excel.XlDirection.xlDown).Row + 1)).Select()
Thanks, but still receiving the same error