ElvisSteel
Board Regular
- Joined
- Mar 23, 2009
- Messages
- 122
Hi,
Not sure if terminology correct, but this is what I need advice on...
I have a workbook that gives the user a start screen (via coding in Workbook_Open) and then carries out a number of steps.
At various stanges they can abort the process and I want to ensure that when this happens they are returned to the start screen.
I can just call the start macro when they abort, but in doing so do I cause a potential memory problem in that I am invoking a call from within a call from within a call etc and this could happen repeatedly.
So a number of questions...
1. Am I worrying unnecessarily?
2. Is there a better way of imposing this type of process?
Thanks
Steve
Not sure if terminology correct, but this is what I need advice on...
I have a workbook that gives the user a start screen (via coding in Workbook_Open) and then carries out a number of steps.
At various stanges they can abort the process and I want to ensure that when this happens they are returned to the start screen.
I can just call the start macro when they abort, but in doing so do I cause a potential memory problem in that I am invoking a call from within a call from within a call etc and this could happen repeatedly.
So a number of questions...
1. Am I worrying unnecessarily?
2. Is there a better way of imposing this type of process?
Thanks
Steve