 | Creating VB Function For MS Excel |
| Start using your VB knowledge in MS Excel. |
| Visual Basic Tutorials > Introduction to Visual Basic |
| |
 | Projects |
| A typical VB application might consist of more than one forms, each of which may have multiple controls. In VB, the information about each form (its own properties as well as those of the controls that are on the form) is saved into its own file. In fac.. |
| Visual Basic Tutorials > Introduction to Visual Basic |
| |
 | Introduction |
| Introduction tutorial to get started in Visual Basic. |
| Visual Basic Tutorials > Introduction to Visual Basic |
| |
 | Introduction to VB Function (Part 2) |
| Learn how to create your own functions. |
| Visual Basic Tutorials > Introduction to Visual Basic |
| |
 | Writing the Codes |
| Basic tutorial on writing the code behind an interface. |
| Visual Basic Tutorials > Introduction to Visual Basic |
| |
 | Visual Basic 6.0 Basics |
| This tutorial covers the ground work for all Visual Basic Scripting, and helps you grasp the concepts of the syntax while remaining easy for all to learn and apply to other scripts! |
| Visual Basic Tutorials > Introduction to Visual Basic |
| |
 | Introduction to VB Function (Part 1) |
| Functions are similar to normal procedures but the main purpose of the functions is to accept certain inputs and pass them on to the main program to finish the execution. They are two types of function, the built-in functions(or internal functions) and th |
| Visual Basic Tutorials > Introduction to Visual Basic |
| |
 | MsgBox Statement |
| I am going to start with the most basic statement, the MsgBox statement. It is also one of the statements most people want to learn. |
| Visual Basic Tutorials > Introduction to Visual Basic |
| |
 | Command Descriptions |
| In this section of the tutorial, I take each one of the commands and provide the syntax and a brief description of what the command does. For details, you can turn to the VB HELP file. My intent is to allow you to skim quickly over the commands to determi |
| Visual Basic Tutorials > Introduction to Visual Basic |
| |
 | A Programmers Guide to Visual Basic.NET |
| This free ebook is meant to give you a head start on the changes from Visual Basic to Visual Basic.NET (VB.NET). Most of the book assumes that you are comfortable with Visual Basic 6.0 (VB6), so the book endeavors to be a quick introduction to the major d |
| Visual Basic Tutorials > Introduction to Visual Basic |
| |
 | Managing Visual Basic Data |
| Learn about the Types of Visual Basic Data. |
| Visual Basic Tutorials > Introduction to Visual Basic |
| |
 | Instrinsic Controls |
| VB comes with 20 built-in controls. In this section of the tutorial I provide a few comments about each one, trying to give some useful pointers on the use of each control. |
| Visual Basic Tutorials > Introduction to Visual Basic |
| |
 | Getting Started With Visual Basic 6.0 |
| Comprehensive tutorial to introducing you to all of the basics in version 6.0 of Visual Basic. |
| Visual Basic Tutorials > Introduction to Visual Basic |
| |
 | Building a Visual Basic Application |
| In this section, we are not going into the technical aspect of VB programming, just have a feel of it. |
| Visual Basic Tutorials > Introduction to Visual Basic |
| |
 | Arrays |
| What are arrays? And how to use them. |
| Visual Basic Tutorials > Introduction to Visual Basic |
| |
 | Controlling Program Flow |
| To control the VB program flow, we can use various conditional operators. |
| Visual Basic Tutorials > Introduction to Visual Basic |
| |
 | Forms |
| Visual Basic forms are windows. Its an important piece of data because it ties the concept of a form in with everything you already know about Windows applications. This section provides additional details about how VB handles forms. |
| Visual Basic Tutorials > Introduction to Visual Basic |
| |
 | Command Summary Chart |
| Fact is, that few of the VB commands stand alone. More often than not, a command supports only one aspect of a topic. For example, the OPEN command opens a file so you can read it, whereas the LINE INPUT command reads one line of data at a time. And so it |
| Visual Basic Tutorials > Introduction to Visual Basic |
| |
 | More on Program Control |
| If you have a lot of conditional statements, using If..Then..Else could be very messy. |
| Visual Basic Tutorials > Introduction to Visual Basic |
| |
 | Looping |
| Visual Basic allows a procedure to be repeated as many times as long as the processor could support. This is generally called looping. |
| Visual Basic Tutorials > Introduction to Visual Basic |
| |