J
JoanaChang
I have problem using the runmacro function!
this two macros are in the same place ("new macros")
when I tried to do this:
Public Sub borrarTODO()
.....
runmacro ("temporal.CrearHOJAnueva")
End Sub
Public Sub CrearHOJAnueva()
...
End Sub
It appears a compile error, "Sub or Function not defined"
What am I doing wrong?
I need examples about runmacro function
Thanks!
Joan
this two macros are in the same place ("new macros")
when I tried to do this:
Public Sub borrarTODO()
.....
runmacro ("temporal.CrearHOJAnueva")
End Sub
Public Sub CrearHOJAnueva()
...
End Sub
It appears a compile error, "Sub or Function not defined"
What am I doing wrong?
I need examples about runmacro function
Thanks!
Joan