G
Guest
Hello
I have a procedure that calls several other procedures, e.
Sub AllFIles(
CopyData
CopyData
CopyData
End Su
Theres nothing special about the CopyData procedures (they open a file, filter and copy data to a central file).
The problem I'm having is that when I run the AllFiles macros, it runs the CopyDataA procedure but then rather than control reverting back to Sub AllFiles() and running CopyDataB, it simply ends with CopyDataA
Does anyone know why? am I doing something wrong
Many thank
Jimb
I have a procedure that calls several other procedures, e.
Sub AllFIles(
CopyData
CopyData
CopyData
End Su
Theres nothing special about the CopyData procedures (they open a file, filter and copy data to a central file).
The problem I'm having is that when I run the AllFiles macros, it runs the CopyDataA procedure but then rather than control reverting back to Sub AllFiles() and running CopyDataB, it simply ends with CopyDataA
Does anyone know why? am I doing something wrong
Many thank
Jimb