VBA
Pages:
1
| 2
Next >
Visual Basic Development Resources arranged by category
Visual Basic Programming (VB, VB.NET)
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]