สอบถามหน่อยครับ vb.net save data to Excel file [มือใหม่]

ผม save string  ลง excel file โดย
ExcWB.Sheets(1).cells(1, 1) = "1/2/2016"
แต่ผลที่ได้คือ 2/1/2016 numberformat "Date"

ที่ต้องการคือเป็น string ---> 1/2/2016
มีวิธีแก้ยังไงบ้างครับ ที่ลองทำแล้วแต่ไม่ได้ผลคือ
ExcApp.Columns("A").Select()
       - ExcApp.Selection.NumberFormat = "@"
       - ExcApp.Selection.NumberFormat = "General"
       - ExcApp.Selection.NumberFormat = "Text"

ที่ผมคิดไว้ตอนนี้คือ ต้องไปตั้งค่าที่ excel file ที่
Data ---> Text to Columns ---> "Convert Text to Columns Wizard - Step 3 of 3" column data format = text แต่ไม่รุ้ต้องทำยังไง รบกวนด้วยนะครับ ขอบคุณครับ
แสดงความคิดเห็น
โปรดศึกษาและยอมรับนโยบายข้อมูลส่วนบุคคลก่อนเริ่มใช้งาน อ่านเพิ่มเติมได้ที่นี่