VBA

 Pages: 1 | 2
   Next >
Visual Basic Development Resources arranged by category

Rating
 

VBA Select Case - Using VBA Select Case Statement in Excel

Posted by DATABISON on December 21, 2009

The VBA Select Case Statement is an important construct in the VBA language. The Select Case statement in VBA allows the program to execute one set of statement... [read more]

Rating

Very Simple Job Excel - Vba - Macro

Posted by bidscc.com on February 10, 2011

Very simple job Excel - VBA - Macro - Visual Basic - VB Please see the attached spreadsheet with all details. Thanks Related posts:Looking For A Developer... [read more]

Rating
 

Multithreaded VBA - An Approach To Processing Using VBScript

Posted by DATABISON on January 25, 2010

Today’s guest post is authored by Daniel Ferry, a longtime professional Excel developer and consultant (and a newbie blogger). A few months ago, I wrote a pos... [read more]

Rating

VBA Select Case - Using VBA Select Case Statement in Excel

Posted by DATABISON on December 21, 2009

The VBA Select Case Statement is an important construct in the VBA language. The Select Case statement in VBA allows the program to execute one set of statement... [read more]

Rating
 

Control Chart in Excel Using VBA - Six Sigma Control Chart Code & Software

Posted by DATABISON on December 16, 2009

In Six Sigma Control charts using Excel we saw how to make control charts using named ranges. From there on, it was a short hop to porting the logic to VBA. So ... [read more]

Rating

Excel install a 15 day trial to it to put it in the internet

Posted by bidscc.com on February 11, 2011

I have a program i made in excel i want to install it on my web site Related posts:Very Simple Job Excel – Vba – Macro Very simple job Excel - V... [read more]

Rating

VBA IF Function - Using IF, ELSE:, ELSEIF, IF THEN in VBA code

Posted by DATABISON on January 1, 2010

The IF function in VBA is one of the most frequently used of all statements. The IF function checks if the specified condition is being met or not. The IF funct... [read more]

Rating

VBA scripting

Posted by bidscc.com on February 1, 2011

We urgently need a small VBA application for MS Access. Employee table First name John Fred Last name Brown Smith... Related posts:Microsoft Access VBA Exclu... [read more]

Rating

Multithreaded VBA - An Approach To Processing Using VBScript

Posted by DATABISON on January 25, 2010

Today’s guest post is authored by Daniel Ferry, a longtime professional Excel developer and consultant (and a newbie blogger). A few months ago, I wrote a pos... [read more]

Rating

VBA IF Function - Using IF, ELSE:, ELSEIF, IF THEN in VBA code

Posted by DATABISON on January 1, 2010

The IF function in VBA is one of the most frequently used of all statements. The IF function checks if the specified condition is being met or not. The IF funct... [read more]

Rating

Find And Replace String Using VBA Code

Posted by keen on December 27, 2009

There are several ways to replace string using VBA code,  by looping each cell or by using VBA Replace function. Let's say that we want to replace "Macros... [read more]

Rating
 

Slicer VBA Code - Create, Change or Modify a Pivot Table Slicer using VBA

Posted by DATABISON on November 23, 2009

Here is some VBA code that can help you automate working with a slicer in Excel. Slicers, as you would know, are the latest introduction to Excel. As I mentione... [read more]

Rating

3 Things to remember before Excel VBA Job Interview

Posted by Ayush Jain on December 30, 2010

Like giving interview is a skill, taking interview is another great skill. Ashish Jain have taken many interviews in the past and given more than he has taken a... [read more]

Rating

NEED BASIC EXCEL REPORTING SHEET MAYBE VBA / MACRO

Posted by bidscc.com on February 7, 2011

HI HERE IS THE PROJECT. MY BOSS HAS +/- 40 SHOPS. THERE ARE +/- 11 MANAGERS. EACH MANAGER MANAGES +/- 2 TO 5 SHOPS. EVERY WEEK MY COLLEAGUE RECEIVES ... [read more]

Rating

Excel VBA Example: Date Calculations

Posted by keen on December 12, 2009

To add or subtract an interval (a relative date) from a date, we could use DateAdd function. The syntax is: DateAdd(interval, number, date) The DateAdd functio... [read more]

 Pages: 1 | 2
   Next >