VBA help needed please

P

paul

hello , i no what an if statement is but in a question like this what
am i supposed to write when describing a full syntax?
Describe the full syntax of the IF statement.
Also am struggling with writing staemnts for the following, could
someone help pleaseeeeeeeeeee


b/ Write condition statements for use in an IF statement for the
following cases:

i. The integer X lies between 5 and 10
ii. The string gender is not equal to "female"
iii. The logical variable test is true (3 marks)
iv. If today's date is 21/3/2007 and the date variable containing the
date of birth of birth is DoB then the condition should be carried out
if the person is over 20 years of age

thanks, any help would be brilliant
 
B

Bob Phillips

We don't do homework. Look it up in VBA help, Google it, or buy a book.

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 

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