Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Visual Basic 60. vs VBA

Status
Not open for further replies.

Adams

Technical User
Mar 10, 2001
44
US
I am looking into taking a class for Introduction to Visual Basic 6.0 or Introduction to VBA. I am proficient in Word/Excel/Access. I would like to advance to the next step in creating macros and programming skills. Which class would you recommend?
 
If you are going to continue to work in Access, Excel etc. Take the VBA class.

Questions about posting. See faq183-874
 
Tritto? Is that a word?

VBA is a great way to start into programming if your good with MS products. Helps you get into the syntax before the IDE swallows you up.

Casper

There is room for all of gods creatures, "Right Beside the Mashed Potatoes".
 
quaditto,

you can take access to the outer-limits when you write your own code behind forms, reports, ect. there are some perks while working in the access container that you don't get in the vb ide, (and some short commings, but that won't be evident at this juncture). utilizing the office developer tools, you can make full-fledge distributed apps. some go down the vba road and never look back...

scottie
 
quin... ah, nevermind. Better stop before we get to six.

VBA's the next logical step to add onto your Word/Excel/Access skills. Unless of course you want to create standalone apps, then VB would be a good option. Even so, VBA is a great bridge for learning the language and getting into programming.

 
Agreed. VBA is a great introduction to VB as well. It would be fairly easy for you to pick up after getting some experience in VBA.
 
Interesting replies...

I also am in favour of VBA...
- pretty easy way to get your feet wet
- exposes you to another aspect of applications, databases
- can put together a relatively impressive application with less effort

VB6 is more technical, and definitely has it's place in the IT world.
 
I would also agree that starting with VBA would be a great next step. In addition to scripting in Excel, Word and Access there is another software program out there that is widly used that has built in scripting. Windows 2000 and Windows 2003/XP.

With a good understanding of VBA you can do some very cool things in an Active Directory domain, or even on a standalone workstation or server.

Once you've got VBA down, moving to VB 6 is an easy next step.

Denny

--Anything is possible. All it takes is a little research. (Me)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top