Visual basic version?

D

Dave Neve

Hi

I'm completely new to Visual Basic and I have started by reading a book
called 'Visual basic 6 for Idiots' (says it all).

Thing is I don't have VB in my programs but it is available through Word or
Frontpage (XP Family edition)

However the book and VB on my computer are quite different and I'd like to
know if I have a fully fledged version of VB or a 'reduced' one.

Thanks in advance
 
J

Jonathan West

Hi Dave,

Visual Basic 6 is a separate product, no longer sold by Microsoft. It is
different from the VBA (Visual Basic for Applications) that comes as part of
the Office applications.

The basic syntax of VBA and VB are the same, and there will be things that
you can learn from the book.

The following important areas are different.

- VB uses Forms, VBA has UserForms which do something similar but are
somewhat simpler with fewer features.

- Each Office application automatically makes its own object model available
to VBA, making available a large number of objects which are not listed in
the book.
 
C

Charles Kenyon

A good resource for you in working with vba in Word are the VBA and UserForm
FAQs on the MVP FAQ site (see below).
--

Charles Kenyon

Word New User FAQ & Web Directory:
<URL: http://addbalance.com/word/index.htm>

Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide)
<URL: http://addbalance.com/usersguide/index.htm>

See also the MVP FAQ: <URL: http://www.mvps.org/word/> which is awesome!
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top