vba training

Forum home » Delegate support and help forum » Microsoft VBA Training and help » VBA Training

VBA Training

resolvedResolved · Low Priority · Version 2003

Ed has attended:
No courses

VBA Training

How do the three VBA training courses differ? Is it specifically relating to the application they are used in?

Ed

RE: VBA Training

Hello Ed

Thank you for your question and welcome to the forum.

Are the three courses you referring to the (1) Excel VBA Intro-Intermediate, (2) Excel VBA Advanced and the (3) Access VBA courses?

Kind regards
Amanda

RE: VBA Training

Hi Amanda,

Thanks for the quick response, I was refering to;

(1) Excel VBA , (2) Access VBA and the (3) VBA programming


Cheers
Ed

RE: VBA Training

Hi Ed

Excel VBA and Access VBA are application specific, whereas the VBA programming course is designed to be more generic.

We offer the Excel VBA and Access VBA courses on public schedule, but not the VBA programming course, which is only offered in other formats (e.g. onsite or closed company training).

I hope this helps.
Amanda

Mon 15 Jun 2009: Automatically marked as resolved.

 

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.


 

VBA tip:

Empty The Clipboard with CutCopyMode

After each Copy/Paste operation in VBA, you should use the following line of code to empty the clipboard. This ensures that the computer memory doesn't overload:

ActiveSheet.Paste
Application.CutCopyMode = False

View all VBA hints and tips


Server loaded in 0.05 secs.