View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Creating a stack to push/pull ranges

Sounds like a candidate for a Stack class.

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"John Wirt" wrote in message
...
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