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