Title: RE: [Mono-list] Am confused.

True,
you can use VB6 to invoke Excel components to create Excel documents,
or you can use VBA (inside Excel) to create Excel documents.  VB6
and VBA are the same language, just a different scope (default objects).

You can take VBA code right out of Excel and paste it into VB6.  Once
you add references and fully qualify the object references, the code
basically behaves the same.

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Rodrigo Moya
Sent: Tuesday, September 17, 2002 11:44 AM
To: Miguel de Icaza
Cc: Mono List
Subject: Re: [Mono-list] Am confused.


On Tue, 2002-09-17 at 17:18, Miguel de Icaza wrote:
> Hello guys,
>
>    I am confused about the Basic programming language offerings from
> Microsoft.  So I understand there is VB.NET, and I understand that there
> was an older version of VB called VB6.  Now, what is the deal with VBA?
>
>    For instance, what is the relationship between Access and Excel and
> all these VB languages?
>
VBA (Visual Basic for Applications) is a subset of VB available in the
Office applications, used to create macros and modules.

There were also, if I recall correctly, components made available from
the office apps that you could use to create office documents
programatically.

cheers
--
Rodrigo Moya <[EMAIL PROTECTED]>


_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to