Macro lines

  • Thread starter Thread starter Bruno Campanini
  • Start date 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
 
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
 
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
 
Back
Top