View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
John Wirt[_12_] John Wirt[_12_] is offline
external usenet poster
 
Posts: 10
Default Creating a stack to push/pull ranges

Can soemone reocmmend the best way to build a stack for pushing and pulling
ranges?

I am thinking of using a collection object called, "stack," and defining
push, pull, and empty methods.

John Wirt