Consulting

Results 1 to 5 of 5

Thread: Searching for tutorial book or CD on VBA

  1. #1
    VBAX Regular
    Joined
    Mar 2005
    Posts
    9
    Location

    Searching for tutorial book or CD on VBA

    I was wondering if there was a book or CD tutorial that I could learn the Visual Basics in a step-by-step manner. Recently I purchased "Mastering Word Made Easy" from TeachUcomp, Inc hoping it would cover VBE, but it doesn't. I really would like to learn to use this. Could you recomend something?

    Thanks
    Kathy

  2. #2
    VBAX Mentor
    Joined
    Sep 2004
    Location
    Nashua, NH, USA
    Posts
    489
    Location
    Quote Originally Posted by Kathy
    I was wondering if there was a book or CD tutorial that I could learn the Visual Basics in a step-by-step manner. Recently I purchased "Mastering Word Made Easy" from TeachUcomp, Inc hoping it would cover VBE, but it doesn't. I really would like to learn to use this. Could you recomend something?

    Thanks
    Kathy
    See the list of Word VBA books at http://www.standards.com/index.html?WordVBABooks.

  3. #3
    VBAX Regular
    Joined
    Mar 2005
    Posts
    9
    Location
    Will do...Thanks!

  4. #4
    VBAX Wizard
    Joined
    May 2004
    Posts
    6,713
    Location
    I can recommend two books. One specifically on Word, the other a big book on VBA. I have no connection to either the authors, or to the publishers.

    The first is: Word 2000 Developers Handbook by Guy Hart-Davis. 1270 pages. Published by Sybex. It may be out of print. I got mine at a half price computer book store. Although is for Word 2000, 98% still applies to Word 2002. Some new things in 2003, but believe me, if you get through that book, you will become an expert. Huge amount of code, and in-depth information on the object model.

    The second is VBA Developers Handbook, by Ken Getz and Mike Gilbert. 1073 pages. Also published by Sybex. Gigantic source of information. Hundreds of extremely useful functions on the CD. For example, ever thing you can think of to do with manipulating strings is written out as functions. It also gives superlative line-by-line explanations of what each Sub or Function is doing.

    Again, I have absolutely no connection to these books or authors. These two, if you can get through the 2,200 pages, will have you well on your way.

    The other recommendation, is to go into Help, and type in Word Object model. Make a repeated study of this. It helps.

    Lastly, use the Object Browser in the VBE. It holds a vast amount of information. It is underused by most coders.

  5. #5
    VBAX Regular
    Joined
    Mar 2005
    Posts
    9
    Location

    THANKS!!

    Great explination on these books. I will difinately look for the one for WORD. I appreciate your time!
    Many thanks,
    Kathy

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •