Converting Macros

  • Thread starter Thread starter DS
  • Start date Start date
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
 
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
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top