Tuesday, July 29, 2008

VB2008 -Lesson 16 Formatting date and time

Lessson 16 for VB2008 tutorial is now done. This lesson deals with using the format function to customize the display of time and date in various forms. Please click the link below to view the lesson and start trying them out.

http://www.vbtutor.net/vb2008/vb2008_lesson16.html

Wednesday, July 23, 2008

VB2008 -Lesson 15 Formatting Functions

It is often useful to format outputs so that they are more presentable and more meaningful. For example, we may want to limit the number of decimal points or we may want to convert a number to percentage form. In this lesson, you will learn how to format output using the format function in VB2008. Please click the link below to browse the lesson.

http://www.vbtutor.net/vb2008/vb2008_lesson15.html

Happy Learning

Tuesday, July 22, 2008

VB2008_Lesson 14 Math Functions

Vb2008 Lesson 14 is now ready. This lesson mainly discusses the usage of various Math functions such as Rnd, Int, Fix, Round, Log and others. Please click th link below to browse the lesson:

http://www.vbtutor.net/vb2008/vb2008_lesson14.html

Happy Learning

Saturday, July 19, 2008

VB2008 -Lesson 13 Functions-Part II

We have learned about the basic concept of function as well as the MsgBox and InputBox functions in Lesson 12. I. In fact, I have already shown you a few string manipulation functions in Lesson 8, they are the Len function, the Left function and the Right Function. In this lesson, we will learn other string manipulation functions. Click the link below to start learning.

http://www.vbtutor.net/vb2008/vb2008_lesson13.html

Thursday, July 17, 2008

VB2008 -Lesson 12 Msg( ) and InputBox( ) Function

I have just done up Vb2008 lesson 12.
In this lesson, you will learn how to use the Msg ( ) and the InputBox ( ) functions. Msg ( ) is used for displaying messages while the InputBox is used for accepting inputs from the user. Please click the link below to browse the lesson.
http://www.vbtutor.net/vb2008/vb2008_lesson12.html

Happy Learning

Tuesday, July 15, 2008

VB2008 -Lesson 11 Looping

Visual Basic 2008 allows a procedure to be repeated as many times as long as the processor could support. This is generally called looping. To learn more about looping, click the link below to browse lesson 11.

http://www.vbtutor.net/vb2008/vb2008_lesson11.html


Happy Learning

Sunday, July 13, 2008

VB2008_Lesson10

VB2008 Lesson 10 is now ready. In this lesson, you will learn about the Select Case structure through some examples. The Select Case structure is extremely useful in handling multiple choice situations. Please click the link below to view the lesson.

http://www.vbtutor.net/vb2008/vb2008_lesson10.html

Happy Learning

Friday, July 11, 2008

VB2008_Lesson9

Visual Basic 2008 Tutorial lesson 9 is now ready. It discusses the If...Then...Else statements, Please follow the following link to browse the lesson.

http://www.vbtutor.net/vb2008/vb2008_lesson9.html

Monday, July 7, 2008

VB2008- Lesson 8

You have learned how to handle and manipulate numeric data in VB2008-Lesson 7. Now, you will learn how to manipulated non-numeric data particularly string data type. So, please view the link below to browse VB2008-Lesson 8.

http://www.vbtutor.net/vb2008/vb2008_lesson8.html


Happy Learning

Wednesday, July 2, 2008

What is VBA ?

What is VBA? Many of you might have done VBA but yet many others might not know what it is. So let me explain what it is. VBA stands for Visual Basic for Applications. Visual Basic is built into every Microsoft Office applications such as MS Excel, MS Words, MS PowerPoint, MS Access and etc. Using VBA, we can build custom applications for the all the above MS Office applications. Although the Microsoft Office applications themselves are already powerful enough, VBA can extend their capabilities.

For those of you who have already purchased a copy of Microsoft Office , you can actually learn Visual Basic without having to spend money to purchase another copy of Visual Basic. If you are interested to learn VBA, click the link below to learn about VBA for MS Excel. Theses lessons were prepared by us and we will add more lessons later.

http://www.vbtutor.net/VBA/vba_tutorial.html

Happy Learning!