When manuvering data from access to excell,in many threads the suggestion is to:
open excell
record a macro
edit the macro in excell
copy the code to VBA module.
To my opinion, this is a simple but genius recommendation.
The probleme is that most of the time the syntax does not work strait away.
It needs some modification or it will prompt you with many errors.
The question is:
Are there any guide lines for those needed modifications in the code or this is just a trial and error process?
Many thanks in advance.
open excell
record a macro
edit the macro in excell
copy the code to VBA module.
To my opinion, this is a simple but genius recommendation.
The probleme is that most of the time the syntax does not work strait away.
It needs some modification or it will prompt you with many errors.
The question is:
Are there any guide lines for those needed modifications in the code or this is just a trial and error process?
Many thanks in advance.