|
05.09.03
By John O'Donnell
Aren’t you sick and tired of having to use different programming languages for different projects? A few years back I spent nearly 3 years working on Microsoft’s Excel VBA support desk. Each day I would take calls from customers asking how to solve different problems using Microsoft Excel and VBA or Visual Basic for Applications.
If you’re an Excel user you will know it’s a great tool for manipulating numeric data and lists. For example:
One customer has a spreadsheet containing details of telephone PBXs and needed to alter some of the data on each line. Well normally you would update the data manually but in his case he had thousands of lines to update. Not to worry, a short Excel VBA macro later and he was happy. The other extreme was the customer who called from some government agency wondering if Excel could help him calculate ballistic trajectories….:-)
|