Logo 
Search:

MS Office Answers

Ask Question   UnAnswered
Home » Forum » MS Office       RSS Feeds
  Question Asked By: Brayden Smith   on Oct 30 In MS Office Category.

  
Question Answered By: Benny Torres   on Oct 30

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

Share: 

 
 
Didn't find what you were looking for? Find more on excel-vba examples Or get search suggestion and latest updates.


Tagged: