vba courses london - excel access vba

Forum home » Delegate support and help forum » Microsoft VBA Training and help » vba courses london - Excel, Access, VBA

vba courses london - Excel, Access, VBA

resolvedResolved · Low Priority · Version Standard

Robert has attended:
Excel VBA Intro Intermediate course

Excel, Access, VBA


The VBA code that i write for excel; is it the same code i would use for the microsoft application Access?

Regards

Rob Brown

RE: Excel, Access, VBA

Hi Robert

You will find that the code syntax itself it pretty much identical, however excel and access have different functions so you will not be able to apply the code exactly as you learnt it for excel into a access vba, they are however very similar. If you want to learn access vba code I do suggest that you attend an access vba course. As this will enable you to code access vba much faster.

But essentially the code syntax is the same, just with functionality differences ie the same functions that are available in excel may not be there in access or they may have different names etc

Hope this helps

David

RE: Excel, Access, VBA

David,

THanks

 

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.