
VBA For Dummies --- Am I missing something here?
Since I primarily develop MS Office solutions for local compaines and myself
with VBA maybe I can help you understand a little of what is going on here.
The Strong advantage of VBA over VB in most office solutions is that the
bulk of the components are in place and VBA manipulates them to develop
solutions. In VB you have to develop the environment as well as the
solution. I spent about 18 months developing Ala Power's full financial
model that determines all aspects of the company's rate making process.
While that seems long, they had Southern Services present it to outside
VB/C++ developers who were estimating teams of a dozen or so and still
taking a year or more to do it and several million $$. I developed it in
Excel and VBA because the file has over 100K complex formulas (In Excel-talk
that is formulas over 100 characters long) and complex conditional logic
trees which Excel handles nicely. VBA made it possible and affordable!
Hope this helps a little.
George Mizzell
Quote:
> Having a couple of semesters of VB6 to play around with, I bought
> "VBA for Dummies" by Steve Cummings. In it, I read a lot about the
> things I already knew -- the editing environment, the basic controls,
> fundamental coding logic. But in the end I knew no more about how I
> could use my VB skills (such as they are) inside Word or Excel.
> I got a pretty good handle about how to record macros (no programming
> required), but I just didn't see anything "A" in Mr. Cummings'
> "VBA".
> Is there some astounding bit of newbie ignorance I'm suffering from?
> After spending 25 dollars, it feels like he's laughing at a joke I
> don't get.