i have above code![]()
Please Login or Register to view this content.
i am writing data to excel files from from application
when execute below line it doesnot give error
sheet1.Range("L4").Value = datatable1.Rows.Count
but on executing
sheet1.Range("B4").Value = CStr(txtname.Text)
it gives type mismatch error
Bookmarks