Create a Macro from VBA

  • Thread starter Thread starter tbellomo
  • Start date Start date
T

tbellomo

Is it possible to create or edit a macro with VBA code? It can be a
obscure solution, if that's the only way

I know that it seems like a stupid thing to do, but I need to do it

Is there any way? Are the macro definitions stored in some syste
table? Can I create a new item in container(5) -- the "Scripts
container

Anything? Anyone

Thanks
Ti
 
Hi,
i use a following:
i export macro to text using application.saveastext method
then modify it in a text file
then load it back using application.loadfromtext method
 
Back
Top