Converting Macros

D

DS

Any downside to converting your Macros to Code? I'm talking about the
conversion utility in Access. Is it Good, Bad, Ugly? does it work well?
Thanks.
DS
 
J

Jonathan Parminter

DS said:
-----Original Message-----
Any downside to converting your Macros to Code? I'm talking about the
conversion utility in Access. Is it Good, Bad, Ugly? does it work well?
Thanks.
DS
.
Hi, vba is more efficient than macros, so converting is
useful. My impression is that the conversion works.
However, the syntax is generally not as efficient as
custom code.

It can be a convenient method to learn the vba equivilant
to macro actions.

Luck
Jonathan
 
D

DS

Jonathan said:
talking about the


does it work well?


Hi, vba is more efficient than macros, so converting is
useful. My impression is that the conversion works.
However, the syntax is generally not as efficient as
custom code.

It can be a convenient method to learn the vba equivilant
to macro actions.

Luck
Jonathan
Thank You. It does sound like a great way to learn code.
DS
 
Top