Coding 4 Fun With Sumitam
Thursday, May 27, 2010
Search for text files in your drives and display them
›
This program let you choose your drives and folders and displays all the text files from the chosen folder in a list box. You need to place ...
Scientific Calculator
›
The value of pi is now obtained by using the Atn function (Arc Tangent). We know that Tan(pi/4)=1, so Atn(1)=pi/4, therefore pi=Atn(1)*4. By...
Excel VBA Objects
›
Most programming languages today deal with objects, a concept called object oriented programming. Although Excel VBA is not a truly object o...
InputBox and MsgBox
›
The InputBox function and the MsgBox function are two very important functions in VB. The InputBox function is to accept data from the user ...
VB Mathematical Functions
›
Mathematical functions are very useful and important in programming because very often we need to deal with mathematical concepts in program...
›
Home
View web version