vba intermediate and advanced

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

Forum home » Delegate support and help forum » Microsoft Excel VBA Training and help » Vba intermediate and on to the advanced course | Excel forum

Vba intermediate and on to the advanced course | Excel forum

resolvedResolved · Low Priority · Version 2010

Frank has attended:
Access VBA course

Vba intermediate and on to the advanced course

how do i consolidate on this learning on regular basis?

RE: vba intermediate and on to the advanced course

Hello Frank,

Hope you enjoyed your Microsoft Excel VBA course with Best STL.

Thank you for your question regarding ongoing advancement using Excel VBA.

VBA has many levels and to understand the many different ways to write code which may do the same thing, for example, you have to experiment. Try create macros and then view the code. Comment out any lines of code you feel are not required. Run the code again and if it is successful then you can safely delete the commented out code.

Consider actions which you perform in Excel on a daily basis and think how you may be able to automate these actions with macros/VBA code. by doing this on a regular basis your knowledge will grow.

Buy books and invest in yourself.

I hope you will have great success using VBA.


I hope this resolves your question. If it has, please mark this question as resolved.

If you require further assistance, please reply to this post. Or perhaps you have another Microsoft Office question?

Have a great day.
Regards,

Rodney
Microsoft Office Specialist Trainer

 

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


Server loaded in 0.08 secs.