I need help on Visual Basic. For example, my excel data would look like this:
Date1 Date2 Date3 Date4…
value1 value2 value3 value4….
Basically I need to know how to search for Date3, and then the program will automatically delete the contents in range from Date1 to value3 (Date1,value1,Date2,value2,Date3,value3). Thanks in advance.
check link below
Related posts:
- visual basic – kindly convert this code…?
- Visual basic code question?
- Please give me some tips how to start programming Visual-Basic-Excel-Macro!?
- What would be the pseudo code for this piece of Visual Basic code that is underneath???
- Excel Delete Empty Rows, Columns, and Move Cells Up Visual Basic Macro VB
check link below
References :
http://support.microsoft.com/kb/247412
you can have a try on Spire.XLS which can help you on both C# and VB.NET.
http://www.e-iceblue.com/Introduce/excel-for-net-introduce.html
References :
http://www.e-iceblue.com/Introduce/excel-for-net-introduce.html