D
dhstein
Does VBA have a "push down/ pop up " stack ? Thanks for any help on this.
dhstein said:Thanks. I'll probably just simulate it - keep track of the level of the
stack with a pointer and push and pop accordingly. I'm showing a progress
meter for several applications. The applications can be called directly or
can be called from an application that is already showing the progress meter
- so I need to keep track of which application's progress is being displayed
and the percent complete and I thought a push and pop type of stack would
work well.
David