i want to insert a string in a particular cell (Rows,columns).
For example,
I have to insert a value "Sample" in the 8 th Row and 2 nd column...
Printable View
i want to insert a string in a particular cell (Rows,columns).
For example,
I have to insert a value "Sample" in the 8 th Row and 2 nd column...
The only way to insert data into specific rows/columns is by automating Excel.
See my vb.net 2003 code examples here - http://www.vbforums.com/showpost.php...38&postcount=3
and also my Office Dev FAQ's Excel and .NET sections for more info (link in my signature).
Edit: 45,000 Posts!
Thank you Rob,
wsheet.cells(8, "B").value = "Sample"
Congrats Robert.............VBF stillllllllllllllll needs UUUUUUUUUUUUUUUUU :):cool: :thumb: :thumb: :thumb:
Hooooo....
Cool Robert.......Congrats......
Keep up ur interest on helping our fellow programmers..
Regards,
VBF