G
George
How can I save a macro to text when my program is in a
different mdb from the mdb that contains the macros.
SaveAsText appears only to work in the "current" database.
I would hope for
app.DoCmd.SaveAsText _
acMacro, "C:\Temp\Macro.txt", "MyMacro"
Where app is the application that refers to the database
that contains the macro(s) to be saved as text.
But app.DoCmd does not support SaveAsText.
Thank you in advance for any help.
George
different mdb from the mdb that contains the macros.
SaveAsText appears only to work in the "current" database.
I would hope for
app.DoCmd.SaveAsText _
acMacro, "C:\Temp\Macro.txt", "MyMacro"
Where app is the application that refers to the database
that contains the macro(s) to be saved as text.
But app.DoCmd does not support SaveAsText.
Thank you in advance for any help.
George