[mso] Re: remove hyperlink now VBA

  • From: "Dian Chapman" <dian@xxxxxxxxxxxxx>
  • To: <mso@xxxxxxxxxxxxx>
  • Date: Tue, 5 Aug 2003 14:47:43 -0500

MVP John Walkenbach is an Excel guru and he has lot of info on his site.
He's literally written the book on Excel VBA. His books are on his site, and
as you can see, I recommend them on mine, too...
www.mousetrax.com/books.html

http://www.j-walk.com/ss/excel/odd/odd15.htm 

And so is Ken Getz...

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odc_vsto200
3_ta/html/ExcelObj.asp


Dian Chapman
Technical Consultant
& Microsoft MVP

Free Word Tips & Tricks eBook: http://www.mousetrax.com/books.html
Free Tutorial site: http://www.mousetrax.com/techpage.html
Free Support Ezine: http://www.mousetrax.com/techtrax/
  


-----Original Message-----
From: mso-bounce@xxxxxxxxxxxxx [mailto:mso-bounce@xxxxxxxxxxxxx] On Behalf
Of Pam
Sent: Tuesday, August 05, 2003 2:22 PM
To: mso@xxxxxxxxxxxxx
Subject: [mso] Re: remove hyperlink now VBA

Thanks Dian.
I learned a little vb.NET, enough to be dangerous if not useful.  I
understood the difference between VB, VBScript, and vb.NET, but had only
heard VBA within the realm of the this group's subject so wasn't sure what
the difference was.  You explained it quite well.
Is there a list somewhere of atleast the more commonly used parts (and uses)
of the object model for Excel?

Pam

>-----Original Message-----
>From: mso-bounce@xxxxxxxxxxxxx [mailto:mso-bounce@xxxxxxxxxxxxx]On
>Behalf Of Dian Chapman
>Sent: Tuesday, August 05, 2003 2:04 PM
>To: mso@xxxxxxxxxxxxx
>Subject: [mso] Re: remove hyperlink
>
>
>> What's the difference between VB and VBA?
>
>VBA is a subset of VB, as is VB Script. However, VBA means Visual Basic 
>for Applications. This means that you need a HOST application to run 
>your code, such as Word, Excel, etc. VB is a program that compiles
self-running EXEs.
>VB also compiles it's code when you create it. VBA isn't compiled until 
>the first time you run it. So it's initial run is slower, since it 
>needs to compile into computer language and store in your memory.
>
>They're both object-oriented programming languages and very 
>similar...using many of the same codes. But VB is like the big brother and
can do more.
>Also...VBA is oriented to the object model of the application that runs it.
>Meaning, if you write it against Word, you'll be dealing with the Word 
>object model. If in Excel, then you need to know the Excel object 
>model, etc. Whereas with VB, it has it's own objects.
>
>And all of this is now being replaced, gradually, by VB/VBA.net.
>
>
>Dian Chapman
>

*************************************************************
You are receiving this mail because you subscribed to mso@xxxxxxxxxxxxx or
MicrosoftOffice@xxxxxxxxxxxxxxxx

To send mail to the group, simply address it to mso@xxxxxxxxxxxxx

To Unsubscribe from this group, send an email to mso-request@xxxxxxxxxxxxx
with the word "unsubscribe" (without the quotes) in the subject line.

Or, visit the group's homepage and use the dropdown menu.  This will also
allow you to change your email settings to digest or vacation (no mail).
//www.freelists.org/webpage/mso

To be able to use the files section for sharing files with the group, send a
request to mso-moderators@xxxxxxxxxxxxx and you will be sent an invitation
with instructions.  Once you are a member of the files group, you can go
here to upload/download files:
http://www.smartgroups.com/vault/msofiles
*************************************************************

*************************************************************
You are receiving this mail because you subscribed to mso@xxxxxxxxxxxxx or 
MicrosoftOffice@xxxxxxxxxxxxxxxx

To send mail to the group, simply address it to mso@xxxxxxxxxxxxx

To Unsubscribe from this group, send an email to 
mso-request@xxxxxxxxxxxxx with the word "unsubscribe" (without the quotes) in 
the subject line.

Or, visit the group's homepage and use the dropdown menu.  This will also allow 
you to change your email settings to digest or vacation (no mail).
//www.freelists.org/webpage/mso

To be able to use the files section for sharing files with the group, send a 
request to mso-moderators@xxxxxxxxxxxxx and you will be sent an invitation with 
instructions.  Once you are a member of the files group, you can go here to 
upload/download files:
http://www.smartgroups.com/vault/msofiles
*************************************************************

Other related posts: