Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

reference material

ResolvedVersion 2007

Matt has attended:
Access Intermediate course
Excel VBA Intro Intermediate course
Excel VBA Advanced course

Reference material

Are there any goo reference guides out there to use for VB?

RE: Reference material

Hi Matt,

Thank you for your question.

I have included three I have come across. Might be useful to check them out on amazon and have a look at the sample chapters.

1. Professional Excel Development: The Definitive Guide to Developing Applications Using Microsoft(R) Excel and VBA(R) (The Addison-Wesley Microsoft Technology Series) (Paperback)
by Stephen Bullen (Author), Rob Bovey (Author), John Green (Author)

2. VBA Developer's Handbook, 2nd Edition (Paperback)
by Ken Getz (Author), Mike Gilbert (Author)

3. Definitive Guide to Excel VBA, Second Edition (Paperback)
by Michael Kofler (Author)


I hope this helps.

Regards

Simon

 

Training courses

Training information:

Welcome. Please choose your application (eg. Excel) and then post your question.

Our Microsoft Qualified trainers will then respond within 24 hours (working days).

Frequently Asked Questions
What does 'Resolved' mean?

Any suggestions, questions or comments? Please post in the Improve the forum thread.

Excel tip:

Calculate difference between two times

For presenting the result in the standard time format (hours : minutes : seconds . Use the subtraction operator (-) to find the difference between times, and the TEXT function to format the returned value to text in a specific number format.

Hours never exceed 24, minutes never exceed 60, and seconds never exceed 60.

=TEXT(B2-A2,"h")
Hours between two times (4)

=TEXT(B2-A2,"h:mm")
Hours and minutes between two times (4:55)

=TEXT(B2-A2,"h:mm:ss")
Hours and seconds between two times (4:55:00)

Where B2 and A2 must hold the end time and start time respectively formatted as a time format

View all Excel hints and tips

Connect with us:

0207 987 3777

Call for assistance

Request Callback

We will call you back

Server loaded in 0.12 secs.