News

When building Visual Basic.Net applications, consider adding an export to Excel feature in addition to printed reports. The added functionality takes little code and your customers can sort and ...
In Visual Studio 10, Visual Basic and C# will officially attempt to converge rather than diverge. The two languages are touted by Microsoft to have the same major language features as each other; ...
How do I count the number of records in table using VB code? For instance, I have unkown record number in a particular table, and I want to do a loop statement to execute a query to fill data into the ...
Excel sheets read data in cells using cell references, which are the addresses that identify each cell. Visual Basic macros also read data using cell references, extracting data by reading the cell's ...