Macro lines

  • Thread starter Bruno Campanini
  • Start date
B

Bruno Campanini

Is anybody able to count macro lines without
looking inside msaccess.exe?
The same way as it is possible with code lines.

Thanks
Bruno
 
M

Matthias Klaey

Is anybody able to count macro lines without
looking inside msaccess.exe?
The same way as it is possible with code lines.

Thanks
Bruno

Try

Call Application.SaveAsText(acMacro ,"MyMacro","C:\MyMacro.txt")

and take it from there.

HTH
Matthias Kläy
 
B

Bruno Campanini

Matthias Klaey said:
Try

Call Application.SaveAsText(acMacro ,"MyMacro","C:\MyMacro.txt")

and take it from there.

HTH
Matthias Kläy

It works fine!
Many thanks

Bruno
 

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

Top