Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all,
What is the difference amnong them Clara -- thank you so much for your help |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
VB is the big brother. In VB you can create standalone programs. VB6 is the
last version before .Net, and it's the version that VBA is based on. VBA is a subset of VB, which is used inside an application, such as Excel, Word, other MS Office products, and also some third party products. VBA cannot build standalone applications, but it can vastly extend the capabilities of its parent application. VBS is a scripting language based on VB but scaled down somewhat. You can build standalone programs in VBS. It's possible to use VB or VBS to control a program that uses VBA, and from VBA you can call libraries created in VB. - Jon ------- Jon Peltier, Microsoft Excel MVP Tutorials and Custom Solutions Peltier Technical Services, Inc. - http://PeltierTech.com _______ "clara" wrote in message ... Hi all, What is the difference amnong them Clara -- thank you so much for your help |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help with the script | Excel Discussion (Misc queries) | |||
Help ! How do I do this in VB Script | Setting up and Configuration of Excel | |||
Need some VB script, please | Excel Programming | |||
vba script help | Excel Programming | |||
Excel 2000/XP script to Excel97 script | Excel Programming |