•  »
  • tagged visual basic

1-10 of 111 Hubssort by Hot Best Latest

Point/Slope  (y – y)= m(x - x)  Linear Equation Auto-Graphing Tool (Free Software)78

Point/Slope (y – y)= m(x - x) Linear Equation Auto-Graphing Tool (Free Software)

This program prompts user to enter an (x,y) point and slope, then graphs the associated line. Algebra students and those working with graphs of linear equations will hopefully find it useful.

0 comments    windows apps program
Visual Basic (Excel VB/VBA) Tutorial: How To Write Your First Program76

Visual Basic (Excel VB/VBA) Tutorial: How To Write Your First Program

Tutorial on Visual basic

0 comments    introduction string spreadsheet
Creating a UserForm in Microsoft Excel - Step 2 - Preparing the Table (A Dynamic Range)75

Creating a UserForm in Microsoft Excel - Step 2 - Preparing the Table (A Dynamic Range)

In this series we will walk through the steps of creating a simple address book that will be managed via a userform. This form will be created in the Visual Basic Editor and will be powered through VBA.

0 comments    how to excel visual basic
Outlook Macro: Flag and Move Mail Message to Follow-up Folder67

Outlook Macro: Flag and Move Mail Message to Follow-up Folder

I follow many of the Getting Things Done methods and when it comes to e-mail I try (usually unsuccessfully) to keep my inbox uncluttered. In Outlook there is a great feature called Flags that will turn an e-mail into an item on the To-Do list...

0 comments    programming outlook visual basic
Excel macro to graph/plot/chart equations74

Excel macro to graph/plot/chart equations

A macro which auto-graphs linear equations and polynomials, while providing an introduction to working with Excel macros.

0 comments    programming excel worksheet
Simple Computer Programming - Visual Basic72

Simple Computer Programming - Visual Basic

Your everyday life is impacted greatly by the use of computers, they run everything from traffic lights to your monitor screen which your using right now. The question is how do they work? Computers are given...

5 comments    software computer world
vbscript (.VBS) Computer Pranks74

vbscript (.VBS) Computer Pranks

 Visual Basic Script files are programs that can be run on a Windows computer. They are very easy to make and can be used for useful purposes, such as to automate tasks, or for less useful purposes, like hilarious pranks for your friends. These...

7 comments    friends humor vbscript
VB TextBox Example - Advanced Features of The Visual Basic Text Box80

VB TextBox Example - Advanced Features of The Visual Basic Text Box

Visual Basic is one of the easiest programming languages to learn. In this hub we look at the many uses of the Visual Basic TextBox and demonstrate many of the properties using code. This hub is aimed at helping people get to grips with some of the more common properties of the Visual Basic TextBox Control.

7 comments    textbox control
Looping through a Single Dimensional Visual Basic Array in Excel63

Looping through a Single Dimensional Visual Basic Array in Excel

An array is a variable that is capable of holding multiple data elements. An array can be single dimensional or multidimensional. This module will cover single dimensional arrays. The storage capability of a single dimensional array can best...

0 comments    next array excel tutorial
Applying Borders in Excel and VBA63

Applying Borders in Excel and VBA

A border is an outline around the contents of a cell. To create a border in Excel: Select a single cell or range of cells Right Click Select Properties Click the borders tab Click the desired style of line to the left. Click the...

0 comments    .borders apply borders
Please wait working