VBA

G

Guest

Gents
I'm very new and I'm trying to learn VBA, where can I start? any idea?. a friend of mine sent this to me to so that i give a try, can you help me on this
Hi! Simon a little exercise on VB for you to complet
as you asked me to

Using the toolbox and properties how would you set th
following

Interest Rate (Label1 and Textbox
Years (Label1 and Textbox
Present Value (Label2 and Textbox
Future Value (Label3 and Textbox
Future Value (command1
Present Value (command2
Exit (command3

2. How would you rename this FormMain

3. How & is called in VB and why is used

4. Why we use _ in VB
 
T

Tom Wickerath

Hi Simon,

If you send me a private e-mail, with a valid e-mail address, I can send you a copy of an e-mail
message that shows one how to convert two macros in the sample Northwind database into VBA code.
There are several images included, so that you can compare what you see with my instructions.
The e-mail message also provides a brief introduction to subroutines vs. functions, the use of
Option Explicit, and adding error handling code.

A couple of good books for learning VBA include:

Microsoft Access 2002 Visual Basic for Applications Fundamentals, by Evan Callahan (Microsoft
Press). There is also a version for Access 2000.

"Beginning Access 2000 VBA", by Robert Smith and David Sussman (Wrox Press). I think there is a
2002 version of the same book.

Tom
AOS168--AT--Comcast--Dot--Net
___________________________________


Gents,
I'm very new and I'm trying to learn VBA, where can I start? any idea?. a friend of mine sent
this to me to so that i give a try, can you help me on this?
Hi! Simon a little exercise on VB for you to complete
as you asked me to.

Using the toolbox and properties how would you set the
following:

Interest Rate (Label1 and Textbox)
Years (Label1 and Textbox)
Present Value (Label2 and Textbox)
Future Value (Label3 and Textbox)
Future Value (command1)
Present Value (command2)
Exit (command3)

2. How would you rename this FormMain?

3. How & is called in VB and why is used?

4. Why we use _ in VB?
 

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