If you know VB6, then you already have a good idea of the BASICS of VBA,
since they are pretty much the same...being passing variables, IF...Then
statements, loops, MsgBox and such. What you do need to learn to work in any
individual application in Office is the Object model, that helps you deal
with the individual objects for each application.
However, that said, until you learn the Excel Object Model (which you can do
by hitting F2 in the VB editor to view the Object Browser), I would suggest
you check out these beginner Excel VBA article by Mark Thorpe in TechTrax.
Great stuff to get you rolling with Excel VBA...
pubs.logicalexpressions.com/.../LPMFrame.asp
TH=33